diff options
author | Teresa Johnson <tejohnson@google.com> | 2019-05-10 20:38:31 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2019-05-10 20:38:31 +0000 |
commit | 962a6f35b5e05c33031c80acadb3d0ab1d00cb5a (patch) | |
tree | 788ce5253b06464a555de664fc55e840069c5dc7 /clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll | |
parent | 904a3e51839d725cfe8527fedfad85398e0b02aa (diff) | |
download | bcm5719-llvm-962a6f35b5e05c33031c80acadb3d0ab1d00cb5a.tar.gz bcm5719-llvm-962a6f35b5e05c33031c80acadb3d0ab1d00cb5a.zip |
[ThinLTO] Clang test changes for new CanAutoHide flag
llvm-svn: 360468
Diffstat (limited to 'clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll')
-rw-r--r-- | clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll b/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll index 0bc23eb7733..d69b77bbc01 100644 --- a/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll +++ b/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll @@ -35,7 +35,7 @@ ; Round trip it through llvm-as ; RUN: llvm-dis %t.o.thinlto.bc -o - | llvm-as -o - | llvm-dis -o - | FileCheck %s --check-prefix=CHECK-DIS ; CHECK-DIS: ^0 = module: (path: "{{.*}}thinlto-distributed-cfi-devirt.ll.tmp.o", hash: ({{.*}}, {{.*}}, {{.*}}, {{.*}}, {{.*}})) -; CHECK-DIS: ^1 = gv: (guid: 8346051122425466633, summaries: (function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 1, dsoLocal: 0), insts: 18, typeIdInfo: (typeTests: (^2), typeCheckedLoadVCalls: (vFuncId: (^2, offset: 8), vFuncId: (^2, offset: 0)))))) +; CHECK-DIS: ^1 = gv: (guid: 8346051122425466633, summaries: (function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 1, dsoLocal: 0, canAutoHide: 0), insts: 18, typeIdInfo: (typeTests: (^2), typeCheckedLoadVCalls: (vFuncId: (^2, offset: 8), vFuncId: (^2, offset: 0)))))) ; CHECK-DIS: ^2 = typeid: (name: "_ZTS1A", summary: (typeTestRes: (kind: allOnes, sizeM1BitWidth: 7), wpdResolutions: ((offset: 0, wpdRes: (kind: branchFunnel)), (offset: 8, wpdRes: (kind: singleImpl, singleImplName: "_ZN1A1nEi"))))) ; guid = 7004155349499253778 ; RUN: %clang_cc1 -triple x86_64-grtev4-linux-gnu \ |