[lld] [LLD][COFF] Support /DEPENDENTLOADFLAGS[:flags] (PR #71537)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 08:16:50 PST 2023
================
@@ -2256,6 +2262,32 @@ void Writer::fixTlsAlignment() {
}
}
+void Writer::changeLoadConfig() {
----------------
aganea wrote:
This duplicates a lot of code from `checkLoadConfig`. Can you rather change that function to something like `prepareLoadConfig` and add this flag there?
https://github.com/llvm/llvm-project/pull/71537
More information about the llvm-commits
mailing list