diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-11-30 15:31:49 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-11-30 15:31:49 +0000 |
commit | ef455294f86154a17d80fc8f233db34302de15de (patch) | |
tree | b8c449bcd26a3ffa7a191cf0fca045a339f98419 /test/DebugInfo | |
parent | dd347eb87e1deaaddba59ac77c6ec08f47b94a86 (diff) | |
download | external_llvm-ef455294f86154a17d80fc8f233db34302de15de.zip external_llvm-ef455294f86154a17d80fc8f233db34302de15de.tar.gz external_llvm-ef455294f86154a17d80fc8f233db34302de15de.tar.bz2 |
Correct comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/2006-11-30-Pubnames.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/2006-11-30-Pubnames.cpp b/test/DebugInfo/2006-11-30-Pubnames.cpp index e836f46..38c9249 100644 --- a/test/DebugInfo/2006-11-30-Pubnames.cpp +++ b/test/DebugInfo/2006-11-30-Pubnames.cpp @@ -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 |