aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-08-28 23:24:31 +0000
committerDevang Patel <dpatel@apple.com>2009-08-28 23:24:31 +0000
commit15e723d2c6021bbeacad9baa9c0d946d4a19867e (patch)
treead839c82009fa9220c9934db785cfa5ee35c9d25 /test/FrontendC++
parentc299914a58baed2d7cf594494dbba60880d476cd (diff)
downloadexternal_llvm-15e723d2c6021bbeacad9baa9c0d946d4a19867e.zip
external_llvm-15e723d2c6021bbeacad9baa9c0d946d4a19867e.tar.gz
external_llvm-15e723d2c6021bbeacad9baa9c0d946d4a19867e.tar.bz2
Reapply 79977.
Use MDNodes to encode debug info in llvm IR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp b/test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp
deleted file mode 100644
index 56508b7..0000000
--- a/test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-// Test on debug info to make sure that anon typedef info is emitted.
-// RUN: %llvmgcc -S --emit-llvm -x c++ -g %s -o - | grep composite
-typedef struct { int a; long b; } foo;
-foo x;
-