summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/dist/clang/test/CodeGen/thinlto-debug-pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'external/bsd/llvm/dist/clang/test/CodeGen/thinlto-debug-pm.c')
-rw-r--r--external/bsd/llvm/dist/clang/test/CodeGen/thinlto-debug-pm.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/external/bsd/llvm/dist/clang/test/CodeGen/thinlto-debug-pm.c b/external/bsd/llvm/dist/clang/test/CodeGen/thinlto-debug-pm.c
deleted file mode 100644
index 2accde1f362..00000000000
--- a/external/bsd/llvm/dist/clang/test/CodeGen/thinlto-debug-pm.c
+++ /dev/null
@@ -1,10 +0,0 @@
-// Test to ensure -fdebug-pass-manager works when invoking the
-// ThinLTO backend path with the new PM.
-// REQUIRES: x86-registered-target
-// RUN: %clang_cc1 -o %t.o -flto=thin -fexperimental-new-pass-manager -triple x86_64-unknown-linux-gnu -emit-llvm-bc %s
-// RUN: llvm-lto -thinlto -o %t %t.o
-// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-obj -O2 -o %t2.o -x ir %t.o -fthinlto-index=%t.thinlto.bc -fdebug-pass-manager -fexperimental-new-pass-manager 2>&1 | FileCheck %s
-// CHECK: Running pass:
-
-void foo() {
-}