xref: /llvm-project/llvm/test/Transforms/WholeProgramDevirt/export-nothing.ll (revision 3f8027fb67bc4efae9959a4d75f8f37ecf0c3985)
1*3f8027fbSBjorn Pettersson; RUN: opt -passes=wholeprogramdevirt -whole-program-visibility -wholeprogramdevirt-summary-action=export -wholeprogramdevirt-write-summary=%t -o /dev/null %s
2cee313d2SEric Christopher; RUN: FileCheck %s < %t
3cee313d2SEric Christopher
4cee313d2SEric Christopher; CHECK: ---
5cee313d2SEric Christopher; CHECK-NEXT: GlobalValueMap:
6cee313d2SEric Christopher; CHECK-NEXT: TypeIdMap:
7cee313d2SEric Christopher; CHECK-NEXT: WithGlobalValueDeadStripping: false
8cee313d2SEric Christopher; CHECK-NEXT: ...
9