diff options
author | evgeny <eleviant@accesssoftek.com> | 2019-11-07 15:13:35 +0300 |
---|---|---|
committer | evgeny <eleviant@accesssoftek.com> | 2019-11-07 15:13:35 +0300 |
commit | dde589389fcb8b5098f7a47f1b781b27d29a0cac (patch) | |
tree | e478a91f76c2558377ec6f1bffb9595924208e55 /llvm/test/tools/gold | |
parent | 7ff57705ba196ce649d6034614b3b9df57e1f84f (diff) | |
download | bcm5719-llvm-dde589389fcb8b5098f7a47f1b781b27d29a0cac.tar.gz bcm5719-llvm-dde589389fcb8b5098f7a47f1b781b27d29a0cac.zip |
[ThinLTO] Import readonly vars with refs
Patch allows importing declarations of functions and variables, referenced
by the initializer of some other readonly variable.
Differential revision: https://reviews.llvm.org/D69561
Diffstat (limited to 'llvm/test/tools/gold')
-rw-r--r-- | llvm/test/tools/gold/X86/v1.12/thinlto_emit_linked_objects.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/v1.12/thinlto_emit_linked_objects.ll b/llvm/test/tools/gold/X86/v1.12/thinlto_emit_linked_objects.ll index b110eb0de2e..1d585762aa0 100644 --- a/llvm/test/tools/gold/X86/v1.12/thinlto_emit_linked_objects.ll +++ b/llvm/test/tools/gold/X86/v1.12/thinlto_emit_linked_objects.ll @@ -35,7 +35,7 @@ ; should not be set. ; RUN: llvm-bcanalyzer --dump %t1.o.thinlto.bc | FileCheck %s -check-prefixes=CHECK-BC1 ; CHECK-BC1: <GLOBALVAL_SUMMARY_BLOCK -; CHECK-BC1: <FLAGS op0=1/> +; CHECK-BC1: <FLAGS op0=33/> ; CHECK-BC1: </GLOBALVAL_SUMMARY_BLOCK ; Nothing interesting in the corresponding object file, so |