This restores59733525d3(D71913), along with bot fix19c76989bb. The bot failure should be fixed by D73418, committed asaf954e441a. I also added a fix for non-x86 bot failures by requiring x86 in new test lld/test/ELF/lto/devirt_vcall_vis_public.ll.
9 lines
314 B
LLVM
9 lines
314 B
LLVM
; RUN: opt -wholeprogramdevirt -whole-program-visibility -wholeprogramdevirt-summary-action=export -wholeprogramdevirt-write-summary=%t -o /dev/null %s
|
|
; RUN: FileCheck %s < %t
|
|
|
|
; CHECK: ---
|
|
; CHECK-NEXT: GlobalValueMap:
|
|
; CHECK-NEXT: TypeIdMap:
|
|
; CHECK-NEXT: WithGlobalValueDeadStripping: false
|
|
; CHECK-NEXT: ...
|