[llvm] Reapply [TLI] Fix replace-with-veclib crash with invalid arguments (PR #77945)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 12 09:15:52 PST 2024
================
@@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
Analysis
AsmParser
+ CodeGen
----------------
paschalis-mpeis wrote:
Missing Codegen components caused linker issues when building with the flag `-DBUILD_SHARED_LIBS=ON`
https://github.com/llvm/llvm-project/pull/77945
More information about the llvm-commits
mailing list