Use %link not %llvmgxx (which includes -c) to do the link.

The test still fails because an expected symbol is not
present, and I don't see why it should be.

llvm-svn: 52188
This commit is contained in:
Dale Johannesen 2008-06-10 18:01:54 +00:00
parent 5867e1576a
commit 1b09297a92
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
// RUN: llc --disable-fp-elim -o NoCompileUnit.s -f
// RUN: %compile_c NoCompileUnit.s -o NoCompileUnit.o
// RUN: %compile_cxx NoCompileUnit.o -o NoCompileUnit.exe
// RUN: %link NoCompileUnit.o -o NoCompileUnit.exe
// RUN: echo {break main\nrun\np NoCompileUnit::pubname} > %t2
// RUN: gdb -q -batch -n -x %t2 NoCompileUnit.exe | \
// RUN: tee NoCompileUnit.out | not grep {"low == high"}