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

Luke Lau via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 10 00:50:27 PST 2024


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


More information about the cfe-commits mailing list