[llvm] acdb0c1 - [test][DXIL] Add to LLVM_LINK_COMPONENTS to fix BUILD_SHARED_LIBS build
Jessica Clarke via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 21 15:33:38 PDT 2025
Author: Jessica Clarke
Date: 2025-03-21T22:14:36Z
New Revision: acdb0c1f99a50ef357ac75ae1151991ca40aba10
URL: https://github.com/llvm/llvm-project/commit/acdb0c1f99a50ef357ac75ae1151991ca40aba10
DIFF: https://github.com/llvm/llvm-project/commit/acdb0c1f99a50ef357ac75ae1151991ca40aba10.diff
LOG: [test][DXIL] Add to LLVM_LINK_COMPONENTS to fix BUILD_SHARED_LIBS build
Added:
Modified:
llvm/unittests/Target/DirectX/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/unittests/Target/DirectX/CMakeLists.txt b/llvm/unittests/Target/DirectX/CMakeLists.txt
index 5087727ff9800..b1359b37ad521 100644
--- a/llvm/unittests/Target/DirectX/CMakeLists.txt
+++ b/llvm/unittests/Target/DirectX/CMakeLists.txt
@@ -4,12 +4,17 @@ include_directories(
)
set(LLVM_LINK_COMPONENTS
+ Analysis
AsmParser
Core
DirectXCodeGen
+ DirectXDesc
+ DirectXInfo
DirectXPointerTypeAnalysis
+ MC
Passes
Support
+ TargetParser
)
add_llvm_target_unittest(DirectXTests
More information about the llvm-commits
mailing list