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/ThinLTO | |
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/ThinLTO')
-rw-r--r-- | llvm/test/ThinLTO/X86/autoupgrade.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/autoupgrade.ll b/llvm/test/ThinLTO/X86/autoupgrade.ll index cbbe833d262..2188d031c43 100644 --- a/llvm/test/ThinLTO/X86/autoupgrade.ll +++ b/llvm/test/ThinLTO/X86/autoupgrade.ll @@ -10,7 +10,7 @@ ; RUN: | llvm-bcanalyzer -dump | FileCheck %s ; CHECK: <STRTAB_BLOCK -; CHECK-NEXT: blob data = 'mainglobalfunc1llvm.invariant.start.p0i8' +; CHECK-NEXT: blob data = 'mainglobalfunc1llvm.invariant.start.p0i8{{.*}}' target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.11.0" |