[PATCH] D96109: Refactor implementation of -funique-internal-linkage-names.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 21 18:43:27 PST 2021


MaskRay added inline comments.


================
Comment at: clang/test/CodeGen/unique-internal-linkage-names-dwarf.c:1
+// This test checks if C functions with internal linkage names are mangled
+// and the module hash suffixes attached including emitting DW_AT_linkage_name.
----------------
The test can be converted to IR test (`-emit-llvm`) for better separation of concerns.

Then llvm-nm & llvm-dwarfdump can be removed here.


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

https://reviews.llvm.org/D96109



More information about the llvm-commits mailing list