================
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  Core
----------------
topperc wrote:

> No, this is clang lib/CodeGen which has nothing to do with actual codegen. 
> Someone really needs to just go ahead with the rename to IRGen

Core is LLVM's lib/IR isn't it? This is making clang lib/Basic depend on 
llvm/lib/IR. It can't be making Basic depend on clang's lib/CodeGen, that would 
be a circular dependency.

https://github.com/llvm/llvm-project/pull/104661
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to