[llvm-exegesis] [NFC] Fixing typo.
[llvm-complete.git] / lib / Transforms / Instrumentation / CMakeLists.txt
blob94461849d5094e3a9e0d0976db92fb3b61b2085d
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   InstrProfiling.cpp
12   PGOInstrumentation.cpp
13   PGOMemOPSizeOpt.cpp
14   SanitizerCoverage.cpp
15   ThreadSanitizer.cpp
16   EfficiencySanitizer.cpp
17   HWAddressSanitizer.cpp
19   ADDITIONAL_HEADER_DIRS
20   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
22   DEPENDS
23   intrinsics_gen
24   )