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.
6 lines
233 B
Plaintext
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
|