mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Correct comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32039 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd347eb87e
commit
ef455294f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user