[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:43:34 PST 2024
================
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
Support
TargetParser
FrontendOpenMP
+ FrontendDriver
----------------
topperc wrote:
I've very confused by naming of the library. It's called FrontendDriver but is currently important by clang's CodeGen library rather than the driver. Importing it into Basic seems to be moving it further in the wrong direction based on that name.
https://github.com/llvm/llvm-project/pull/77327
More information about the cfe-commits
mailing list