[lld] [lld][ELF] Add --debug-names to create merged .debug_names. (PR #86508)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 14 20:54:25 PDT 2024


================
@@ -0,0 +1,417 @@
+# ppc-debug-names.s was generated with:
+
+# - clang++ --target=powerpc -g -O0 -gpubnames \
----------------
dwblaikie wrote:

`-O0` is the default, probably omit it for brevity

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


More information about the llvm-commits mailing list