diff options
author | Graham Yiu <graham.yiu@huawei.com> | 2018-08-03 14:36:44 +0000 |
---|---|---|
committer | Graham Yiu <graham.yiu@huawei.com> | 2018-08-03 14:36:44 +0000 |
commit | 668e894ccb30b3082321ce04048cfe7374f38dae (patch) | |
tree | 28fcdefb03ca9dcab1e901fd86725ce4b9a982b4 /llvm/lib/Support/Compression.cpp | |
parent | e408a89a3aa83acb97f22d7d51ab341c22c6e05c (diff) | |
download | llvm-668e894ccb30b3082321ce04048cfe7374f38dae.zip llvm-668e894ccb30b3082321ce04048cfe7374f38dae.tar.gz llvm-668e894ccb30b3082321ce04048cfe7374f38dae.tar.bz2 |
Fix asm label testcase flaw
- Testcase attempts to (not) grep 'g0' in output to ensure asm symbol is
properly renamed, but g0 is too generic and can be part of the
module's path in LLVM IR output.
- Changed to grep '@g0', which is what the proper global symbol name
would be if not using asm.
llvm-svn: 338895
Diffstat (limited to 'llvm/lib/Support/Compression.cpp')
0 files changed, 0 insertions, 0 deletions