[AMDGPU] prevent shrinking udiv/urem if either operand is in (SignedMax,UnsignedMax...
[llvm-project.git] / llvm / lib / DWARFLinker / Classic / CMakeLists.txt
blob5d3b259e4a33a0a877be4b9ad0e69bd2ec46f737
1 add_llvm_component_library(LLVMDWARFLinkerClassic
2   DWARFLinkerCompileUnit.cpp
3   DWARFLinkerDeclContext.cpp
4   DWARFLinker.cpp
5   DWARFStreamer.cpp
7   ADDITIONAL_HEADER_DIRS
8   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker
10   DEPENDS
11   intrinsics_gen
13   LINK_LIBS
14   ${LLVM_PTHREAD_LIB}
16   LINK_COMPONENTS
17   AsmPrinter
18   BinaryFormat
19   CodeGen
20   CodeGenTypes
21   DebugInfoDWARF
22   DWARFLinker
23   MC
24   Object
25   Support
26   TargetParser
27   )