brintos

brintos / llvm-project-archived public Read only

0
0
Text · 924 B · 80576c6 Raw
47 lines · plain
1add_llvm_component_library(LLVMInstrumentation2  AddressSanitizer.cpp3  AllocToken.cpp4  BoundsChecking.cpp5  CGProfile.cpp6  ControlHeightReduction.cpp7  DataFlowSanitizer.cpp8  GCOVProfiling.cpp9  BlockCoverageInference.cpp10  MemProfInstrumentation.cpp11  MemProfUse.cpp12  MemorySanitizer.cpp13  NumericalStabilitySanitizer.cpp14  IndirectCallPromotion.cpp15  InstrProfiling.cpp16  KCFI.cpp17  LowerAllowCheckPass.cpp18  PGOCtxProfFlattening.cpp19  PGOCtxProfLowering.cpp20  PGOForceFunctionAttrs.cpp21  PGOInstrumentation.cpp22  PGOMemOPSizeOpt.cpp23  SanitizerCoverage.cpp24  SanitizerBinaryMetadata.cpp25  ValueProfileCollector.cpp26  ThreadSanitizer.cpp27  TypeSanitizer.cpp28  HWAddressSanitizer.cpp29  RealtimeSanitizer.cpp30 31  ADDITIONAL_HEADER_DIRS32  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms33 34  DEPENDS35  intrinsics_gen36 37  LINK_COMPONENTS38  Analysis39  Core40  Demangle41  MC42  Support43  TargetParser44  TransformUtils45  ProfileData46  )47