Driver toolchain refactoring to allow easy command line overriding in the future.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I have modified the implementation to not use linker script, so this clang patch becomes strictly refactoring with NFC. I think it is still a good thing to have this in so that similar tunings like this can be done in the future.
Comment Actions
It turns out previous refactoring by another commit only covers half of the work.
Will update the patch with Justin's comments and commit after testing.