[clang] [llvm] [WIP] ABI Lowering Library (PR #140112)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 21 09:30:03 PDT 2025


================
@@ -167,6 +167,7 @@ add_clang_library(clangCodeGen
 
   LINK_LIBS
   clangAST
+  LLVMABI
----------------
nikic wrote:

This should be part of LLVM_LINK_COMPONENTS instead.

https://github.com/llvm/llvm-project/pull/140112


More information about the llvm-commits mailing list