[PATCH] D73307: Unique Names for Functions with Internal Linkage
Sriraman Tallam via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 19 14:15:19 PDT 2020
tmsriram added inline comments.
================
Comment at: clang/test/CodeGen/unique-internal-funcnames.c:16
+// UNIQUE-NOT: foo:
+// UNIQUE: foo.{{[0-9a-f]+}}:
----------------
lebedev.ri wrote:
> What does `getModule().getSourceFileName()` contain?
> The full path to the source file, or just the source file basename?
> If latter, maybe check the full name?
It contains the full path.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73307/new/
https://reviews.llvm.org/D73307
More information about the cfe-commits
mailing list