diff options
author | Sean Fertile <sfertile@ca.ibm.com> | 2017-11-04 01:54:20 +0000 |
---|---|---|
committer | Sean Fertile <sfertile@ca.ibm.com> | 2017-11-04 01:54:20 +0000 |
commit | 39770ca0a11c4cd19c38f51a1ffda6b07ab8b90d (patch) | |
tree | 5e73a5c00a4ff53e5f2e538df9b350bbeca17d6a /llvm/test/Bitcode | |
parent | 73cf9241049f0444d62b4cc9c4648cc7ae4bfd3d (diff) | |
download | bcm5719-llvm-39770ca0a11c4cd19c38f51a1ffda6b07ab8b90d.tar.gz bcm5719-llvm-39770ca0a11c4cd19c38f51a1ffda6b07ab8b90d.zip |
Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."
Changes more tests then expected on one of the build bots.
reverting to investigate.
This reverts https://llvm.org/svn/llvm-project/llvm/trunk@317374
llvm-svn: 317395
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r-- | llvm/test/Bitcode/thinlto-summary-local-5.0.ll | 22 | ||||
-rw-r--r-- | llvm/test/Bitcode/thinlto-summary-local-5.0.ll.bc | bin | 1028 -> 0 bytes |
2 files changed, 0 insertions, 22 deletions
diff --git a/llvm/test/Bitcode/thinlto-summary-local-5.0.ll b/llvm/test/Bitcode/thinlto-summary-local-5.0.ll deleted file mode 100644 index cbc48d23df3..00000000000 --- a/llvm/test/Bitcode/thinlto-summary-local-5.0.ll +++ /dev/null @@ -1,22 +0,0 @@ -; Bitcode compatibility test for dso_local flag in thin-lto summaries. -; Checks that older bitcode summaries without the dso_local op are still -; properly parsed and don't set GlobalValues as dso_local. - -; RUN: llvm-dis < %s.bc | FileCheck %s -; RUN: llvm-bcanalyzer -dump %s.bc | FileCheck %s --check-prefix=BCAN - -define void @foo() { -;CHECK-DAG:define void @foo() - ret void -} - -@bar = global i32 0 -;CHECK-DAG: @bar = global i32 0 - -@baz = alias i32, i32* @bar -;CHECK-DAG: @bar = global i32 0 - -;BCAN: <SOURCE_FILENAME -;BCAN-NEXT: <GLOBALVAR {{.*}} op7=0/> -;BCAN-NEXT: <FUNCTION {{.*}} op16=0/> -;BCAN-NEXT: <ALIAS {{.*}} op9=0/> diff --git a/llvm/test/Bitcode/thinlto-summary-local-5.0.ll.bc b/llvm/test/Bitcode/thinlto-summary-local-5.0.ll.bc Binary files differdeleted file mode 100644 index 8dc7ca0a74b..00000000000 --- a/llvm/test/Bitcode/thinlto-summary-local-5.0.ll.bc +++ /dev/null |