Skip to content

Commit cd1c58a

Browse files
authored
[CAS] Fix a link error introduced by CAS (#153235)
It is missing link components which can cause link error when building as a shared library.
1 parent d70e50b commit cd1c58a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/CAS/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ add_llvm_component_library(LLVMCAS
55

66
ADDITIONAL_HEADER_DIRS
77
${LLVM_MAIN_INCLUDE_DIR}/llvm/CAS
8+
9+
LINK_COMPONENTS
10+
Support
811
)

0 commit comments

Comments
 (0)