[lld] [lld][ELF] Implement merged .debug_names section. (PR #86508)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 14:15:07 PDT 2024


================
@@ -441,6 +441,8 @@ static void checkOptions() {
       error("-r and -pie may not be used together");
     if (config->exportDynamic)
       error("-r and --export-dynamic may not be used together");
+    if (config->debugNames)
----------------
ayermolo wrote:

Gotcha thx for explanation.

https://github.com/llvm/llvm-project/pull/86508


More information about the llvm-commits mailing list