xref: /llvm-project/llvm/lib/SandboxIR/CMakeLists.txt (revision e22b07e766e415d6a0ed4c73fe5286fcf25f8d98)
1add_llvm_component_library(LLVMSandboxIR
2  Argument.cpp
3  BasicBlock.cpp
4  Constant.cpp
5  Context.cpp
6  Function.cpp
7  Instruction.cpp
8  Module.cpp
9  Pass.cpp
10  PassManager.cpp
11  Region.cpp
12  Tracker.cpp
13  Type.cpp
14  User.cpp
15  Use.cpp
16  Value.cpp
17
18  ADDITIONAL_HEADER_DIRS
19  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/SandboxIR
20
21  LINK_COMPONENTS
22  Core
23  Support
24  Analysis
25  )
26
27