Skip to content

Commit d0a1974

Browse files
authored
Fix shared library build (#11257)
We need to explicitly link against TargetParser for shared library builds because we are using `Triple` in this shared library now. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent a6d4c21 commit d0a1974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Vectorize/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ add_llvm_component_library(LLVMVectorize
2323
Analysis
2424
Core
2525
Support
26+
TargetParser
2627
TransformUtils
2728
)

0 commit comments

Comments
 (0)