================
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   Support
   TargetParser
   FrontendOpenMP
+  FrontendDriver
----------------
lukel97 wrote:

I think the issue with llvmFrontendDriver specifically is that this code 
wouldn't be called from any of the drivers, it would be called from clangBasic 
and flangFrontend respectively. Could we create something like 
llvmFrontendSupport or similar?

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

Reply via email to