[llvm-commits] CVS: llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp
Jim Laskey
jlaskey at apple.com
Thu Nov 30 07:32:04 PST 2006
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-30-Pubnames.cpp updated: 1.1 -> 1.2
---
Log message:
Correct comment
---
Diffs of the changes: (+2 -2)
2006-11-30-Pubnames.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp
diff -u llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp:1.1 llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp:1.2
--- llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp:1.1 Thu Nov 30 09:25:59 2006
+++ llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp Thu Nov 30 09:31:49 2006
@@ -1,5 +1,5 @@
-// This is a regression test on debug info to make sure that we can get a
-// meaningful stack trace from a C++ program.
+// This is a regression test on debug info to make sure that we can access
+// qualified global names.
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | llc --disable-fp-elim -o Output/Pubnames.s -f
// RUN: as Output/Pubnames.s -o Output/Pubnames.o
// RUN: g++ Output/Pubnames.o -o Output/Pubnames.exe
More information about the llvm-commits
mailing list