summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs/split-dwarf-multiple-cu2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/Inputs/split-dwarf-multiple-cu2.cpp')
-rw-r--r--llvm/test/DebugInfo/Inputs/split-dwarf-multiple-cu2.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/DebugInfo/Inputs/split-dwarf-multiple-cu2.cpp b/llvm/test/DebugInfo/Inputs/split-dwarf-multiple-cu2.cpp
deleted file mode 100644
index 1d17cf38037..00000000000
--- a/llvm/test/DebugInfo/Inputs/split-dwarf-multiple-cu2.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-void f1();
-inline __attribute__((always_inline)) void f2() {
- f1();
-}
-void f3() {
- f2();
-}
OpenPOWER on IntegriCloud