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.ll | |
parent | 53ed867da88baf0beb48038183f4b8a125c700b9 (diff) | |
download | bcm5719-llvm-92648c25a451bbb547ea22a88481bef9526d727b.tar.gz bcm5719-llvm-92648c25a451bbb547ea22a88481bef9526d727b.zip |
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.ll')
-rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary.ll b/llvm/test/Bitcode/thinlto-function-summary.ll index 6b8bfbb292c..5922a8b3c4d 100644 --- a/llvm/test/Bitcode/thinlto-function-summary.ll +++ b/llvm/test/Bitcode/thinlto-function-summary.ll @@ -24,7 +24,7 @@ ; BC-NEXT: <ALIAS {{.*}} op0=5 op1=0 op2=3 ; BC-NEXT: </GLOBALVAL_SUMMARY_BLOCK ; BC: <STRTAB_BLOCK -; BC-NEXT: blob data = 'hfoobaranon.{{................................}}.0variadicf' +; BC-NEXT: blob data = 'hfoobaranon.{{................................}}.0variadicf{{.*}}' ; RUN: opt -name-anon-globals -module-summary < %s | llvm-dis | FileCheck %s |