[PATCH] D97484: Don't use $ as suffix for symbol names in ThinLTOBitcodeWriter and other places
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 09:21:22 PST 2021
lebedev.ri added a comment.
Why isn't the solution is to fix the uses to prevent variable substitution in them?
Because of course `$1` is substituted with a value of variable `1` in shell, and elsewhere.
$ c++filt _Z3foov\$123
_Z3foov$123
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97484/new/
https://reviews.llvm.org/D97484
More information about the llvm-commits
mailing list