Skip to content

Commit 7403472

Browse files
committed
buildbot error fix: reverting to original order for DirectX libraries
1 parent 418516e commit 7403472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/DirectX/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ add_llvm_target(DirectXCodeGen
3939
DXILLegalizePass.cpp
4040

4141
LINK_COMPONENTS
42+
DXILBitWriter
4243
DirectXDesc
4344
DirectXInfo
4445
DirectXPointerTypeAnalysis
45-
DXILBitWriter
46-
${TARGET_LIBRARIES}
4746
FrontendHLSL
47+
${TARGET_LIBRARIES}
4848

4949
ADD_TO_COMPONENT
5050
DirectX

0 commit comments

Comments
 (0)