mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 18:49:06 +00:00
37b11338c0
Make the whole thing testable by adding YAML I/O support for the WPD summary information and adding some negative tests that exercise the YAML support. Differential Revision: https://reviews.llvm.org/D29782 llvm-svn: 294981
8 lines
238 B
LLVM
8 lines
238 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: ...
|