From 94060421ce73922e71c183fba0fda8bace7d0e2d Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 26 Aug 2009 05:01:18 +0000 Subject: Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80073 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp (limited to 'test/FrontendC++') diff --git a/test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp b/test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp new file mode 100644 index 0000000..56508b7 --- /dev/null +++ b/test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp @@ -0,0 +1,5 @@ +// 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; + -- cgit v1.1