[clang] NFC, add a "continue" bailout in the for-loop of
[llvm-project.git] / llvm / lib / Target / DirectX / DXILWriter / CMakeLists.txt
blob91f7a0f93ba5ca96f2fed8b835f9b9fe8548810c
1 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../)
3 add_llvm_component_library(LLVMDXILBitWriter
4   DXILBitcodeWriter.cpp
5   DXILValueEnumerator.cpp
6   DXILWriterPass.cpp
8   DEPENDS
9   intrinsics_gen
11   LINK_COMPONENTS
12   Analysis
13   BitWriter
14   Core
15   DirectXPointerTypeAnalysis
16   MC
17   Object
18   Support
19   TargetParser
20   TransformUtils
21   )