mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
100205f083
Differential Revision: https://reviews.llvm.org/D33805 llvm-svn: 304578
9 lines
288 B
LLVM
9 lines
288 B
LLVM
; RUN: opt -wholeprogramdevirt -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: ...
|