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

Ignore the earlier comment I wrote here I misread CodeGenOptions.cpp.

This is currently important into the clang Driver library which makes sense 
based on its name. Pulling it into Basic violates that name.

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