[ARM] Rejig MVE load store tests. NFC
[llvm-core.git] / lib / Transforms / Instrumentation / CMakeLists.txt
blob78b697f7f94036a6221cad1e99ba049ccfe1df74
1 add_llvm_library(LLVMInstrumentation
2   AddressSanitizer.cpp
3   BoundsChecking.cpp
4   CGProfile.cpp
5   ControlHeightReduction.cpp
6   DataFlowSanitizer.cpp
7   GCOVProfiling.cpp
8   MemorySanitizer.cpp
9   IndirectCallPromotion.cpp
10   Instrumentation.cpp
11   InstrOrderFile.cpp
12   InstrProfiling.cpp
13   PGOInstrumentation.cpp
14   PGOMemOPSizeOpt.cpp
15   PoisonChecking.cpp
16   SanitizerCoverage.cpp
17   ThreadSanitizer.cpp
18   HWAddressSanitizer.cpp
20   ADDITIONAL_HEADER_DIRS
21   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
23   DEPENDS
24   intrinsics_gen
25   )