[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp

Reid Spencer reid at x10sys.com
Mon Jan 8 16:06:11 PST 2007



Changes in directory llvm/test/Regression/C++Frontend:

2007-01-06-ELF-Thunk-Sections.cpp updated: 1.2 -> 1.3
---
Log message:

PR1085: http://llvm.org/PR1085  is fixed now.


---
Diffs of the changes:  (+0 -1)

 2007-01-06-ELF-Thunk-Sections.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/test/Regression/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp
diff -u llvm/test/Regression/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp:1.2 llvm/test/Regression/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp:1.3
--- llvm/test/Regression/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp:1.2	Mon Jan  8 13:38:58 2007
+++ llvm/test/Regression/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp	Mon Jan  8 18:05:55 2007
@@ -1,7 +1,6 @@
 // RUN: %llvmgxx %s -emit-llvm -S -o - &&
 // RUN: %llvmgxx %s -emit-llvm -S -o - | not grep 'gnu.linkonce.'
 // PR1085
-// XFAIL: i.86-pc-linux-*
 
 class 
 __attribute__((visibility("default"))) QGenericArgument






More information about the llvm-commits mailing list