Skip to content

Commit acdb0c1

Browse files
committed
[test][DXIL] Add to LLVM_LINK_COMPONENTS to fix BUILD_SHARED_LIBS build
1 parent 8d67d00 commit acdb0c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/unittests/Target/DirectX/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ include_directories(
44
)
55

66
set(LLVM_LINK_COMPONENTS
7+
Analysis
78
AsmParser
89
Core
910
DirectXCodeGen
11+
DirectXDesc
12+
DirectXInfo
1013
DirectXPointerTypeAnalysis
14+
MC
1115
Passes
1216
Support
17+
TargetParser
1318
)
1419

1520
add_llvm_target_unittest(DirectXTests

0 commit comments

Comments
 (0)