summaryrefslogtreecommitdiff
path: root/test/Misc/thinlto.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Misc/thinlto.c')
-rw-r--r--test/Misc/thinlto.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Misc/thinlto.c b/test/Misc/thinlto.c
deleted file mode 100644
index ec0f03f5a2af2..0000000000000
--- a/test/Misc/thinlto.c
+++ /dev/null
@@ -1,4 +0,0 @@
-// RUN: %clang_cc1 -flto=thin -emit-llvm-bc < %s | llvm-bcanalyzer -dump | FileCheck %s
-// ; Check that the -flto=thin option emits a summary
-// CHECK: <GLOBALVAL_SUMMARY_BLOCK
-int main() {}