[PATCH] D69592: [ELF] Suggest the unmangled name as an alternative spelling

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 07:30:10 PDT 2019


thakis added inline comments.


================
Comment at: lld/test/ELF/undef-spell-corrector.s:72
+# MANGLED-NEXT: >>> referenced by {{.*}}
+# MANGLED-NEXT: >>> did you mean: abcde
+
----------------
Hm, this output is maybe not super understandable to people not super familiar with mangling. It says "abcde" right there in "abcde(int)", what do you mean with "did you mean"? :)

Maybe 'did you mean: extern "C" abcde'?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69592/new/

https://reviews.llvm.org/D69592





More information about the llvm-commits mailing list