[cfe-commits] r84923 - /cfe/trunk/test/CodeGen/debug-info.c
Mike Stump
mrs at apple.com
Thu Oct 22 19:13:20 PDT 2009
Author: mrs
Date: Thu Oct 22 21:13:20 2009
New Revision: 84923
URL: http://llvm.org/viewvc/llvm-project?rev=84923&view=rev
Log:
Add radar number.
Modified:
cfe/trunk/test/CodeGen/debug-info.c
Modified: cfe/trunk/test/CodeGen/debug-info.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-info.c?rev=84923&r1=84922&r2=84923&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/debug-info.c (original)
+++ cfe/trunk/test/CodeGen/debug-info.c Thu Oct 22 21:13:20 2009
@@ -42,6 +42,7 @@
struct foo2 foo2;
+// Radar 7325611
// CHECK: "barfoo"
typedef int barfoo;
barfoo foo() {
More information about the cfe-commits
mailing list