[lld] [lld][ARM] Fix assertion when mixing ARM and Thumb objects (PR #101985)
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 10:08:10 PDT 2024
================
@@ -1886,6 +1887,14 @@ static void setConfigs(opt::InputArgList &args) {
}
}
+// Initialise config options which depend on information previously parsed from
+// input files, such as Arm build attributes.
+static void setConfigsPostParse() {
----------------
ostannard wrote:
Done.
https://github.com/llvm/llvm-project/pull/101985
More information about the llvm-commits
mailing list