llvm-project/llvm/unittests/Target
David Sherwood 607fb1bb8c [AArch64] Always add -tune-cpu argument to -cc1 driver
This patch ensures that we always tune for a given CPU on AArch64
targets when the user specifies the "-mtune=xyz" flag. In the
AArch64Subtarget if the tune flag is unset we use the CPU value
instead.

I've updated the release notes here:

  llvm/docs/ReleaseNotes.rst

and added tests here:

  clang/test/Driver/aarch64-mtune.c

Differential Revision: https://reviews.llvm.org/D110258
2021-10-19 14:57:51 +01:00
..
AArch64 [AArch64] Always add -tune-cpu argument to -cc1 driver 2021-10-19 14:57:51 +01:00
AMDGPU Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
ARM Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
PowerPC Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
WebAssembly Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
X86 Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
CMakeLists.txt