diff options
Diffstat (limited to 'llvm/test/Transforms/WholeProgramDevirt/export-nothing.ll')
-rw-r--r-- | llvm/test/Transforms/WholeProgramDevirt/export-nothing.ll | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/Transforms/WholeProgramDevirt/export-nothing.ll b/llvm/test/Transforms/WholeProgramDevirt/export-nothing.ll new file mode 100644 index 00000000000..4707eaa17ea --- /dev/null +++ b/llvm/test/Transforms/WholeProgramDevirt/export-nothing.ll @@ -0,0 +1,8 @@ +; 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: ... |