Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the
[oota-llvm.git] / test / FrontendC++ / 2006-11-30-NoCompileUnit.cpp
index c1fa9aed894fbe6af8167fcf7310eae828ba597e..70fc642e75f1064cb422d205b26ba89f8ffc73d2 100644 (file)
@@ -3,11 +3,13 @@
 // 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"}
 // XFAIL: alpha|ia64|arm
+// XFAIL: *
+// See PR2454
 
 
 class MamaDebugTest {