mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
32209014dc
This restores 59733525d37cf9ad88b5021b33ecdbaf2e18911c (D71913), along with bot fix 19c76989bb505c3117730c47df85fd3800ea2767. The bot failure should be fixed by D73418, committed as af954e441a5170a75687699d91d85e0692929d43. 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: ...
|