Files
clang-p2996/compiler-rt/test/builtins/TestCases/check-same-common-code.test
Aiden Grossman 23d1d95958 [LLVM][compiler-rt][AArch64] Refactor AArch64 CPU features (#97777)
This patch refactors the AArch64 CPUFeatures enum into a separate
include file that is identical between LLVM and compiler-rt. This, along
with a test in compiler-rt to ensure that the two stay in sync.
2024-07-05 10:59:51 -07:00

6 lines
233 B
Plaintext

;
; NOTE: if this test fails, please make sure the relevant copies are identical
; copies of each other.
;
; RUN: diff %crt_src/lib/builtins/cpu_model/AArch64CPUFeatures.inc %llvm_src/include/llvm/TargetParser/AArch64CPUFeatures.inc