commit | 4b0333e37e683044499ea29fe3833f48b4874d4d | [log] [tgz] |
---|---|---|
author | Tomer Shafir <tomer.shafir8@gmail.com> | Sat Jul 05 09:36:13 2025 +0300 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jul 04 23:41:58 2025 -0700 |
tree | ae9a328f3fc61f025c06b8303043371bba0698ce | |
parent | 9ea22e312862f756e0eb6234abf70ee7e0ab01ac [diff] |
[Clang][AArch64] Remove redundant tune args to the backend (#146896) This change removes unnecessary tune args to the AArch64 backend. The AArch64 backend automatically handles `tune-cpu` and adds the necessar y features based on the models from TableGen. It follows this fix: https://github.com/llvm/llvm-project/pull/146260 where updating a subtarget feature didn't fail the frontend test because both the toolchain and the test suffered from a coordinated error. GitOrigin-RevId: 65e11f600db346321fde400832c86a12e4ee5882
This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.
lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.
In order to make sure various developers can evaluate patches over the same tests, we create a collection of self contained programs.
It is hosted at https://s3-us-west-2.amazonaws.com/linker-tests/lld-speed-test.tar.xz
The current sha256 is 10eec685463d5a8bbf08d77f4ca96282161d396c65bd97dc99dbde644a31610f
.