diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2017-06-27 23:50:11 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2017-06-27 23:50:11 +0000 |
| commit | 92648c25a451bbb547ea22a88481bef9526d727b (patch) | |
| tree | fb9efa637d2f2fcaf4e9b1c78a0780244e251e98 /llvm/test/Bitcode/thinlto-function-summary-refgraph.ll | |
| parent | 53ed867da88baf0beb48038183f4b8a125c700b9 (diff) | |
| download | llvm-92648c25a451bbb547ea22a88481bef9526d727b.zip llvm-92648c25a451bbb547ea22a88481bef9526d727b.tar.gz llvm-92648c25a451bbb547ea22a88481bef9526d727b.tar.bz2 | |
Bitcode: Write the irsymtab to disk.
Differential Revision: https://reviews.llvm.org/D33973
llvm-svn: 306487
Diffstat (limited to 'llvm/test/Bitcode/thinlto-function-summary-refgraph.ll')
| -rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary-refgraph.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary-refgraph.ll b/llvm/test/Bitcode/thinlto-function-summary-refgraph.ll index b52fce7..47a44b7 100644 --- a/llvm/test/Bitcode/thinlto-function-summary-refgraph.ll +++ b/llvm/test/Bitcode/thinlto-function-summary-refgraph.ll @@ -62,7 +62,7 @@ ; CHECK: </GLOBALVAL_SUMMARY_BLOCK> ; CHECK: <STRTAB_BLOCK -; CHECK-NEXT: blob data = 'barglobalvarfuncfunc2foofunc3WXYZllvm.ctpop.i8main' +; CHECK-NEXT: blob data = 'barglobalvarfuncfunc2foofunc3WXYZllvm.ctpop.i8main{{.*}}' ; ModuleID = 'thinlto-function-summary-refgraph.ll' target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" |
