[llvm] [clang] [Clang][RISCV] Move getVScaleRange logic into libLLVMFrontendDriver. NFC (PR #77327)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 9 16:44:56 PST 2024


================
@@ -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


More information about the cfe-commits mailing list