]> granicus.if.org Git - clang/commitdiff
XFAIL this for now, fixing linkage bugs causes the order of globals to change. Will...
authorAnders Carlsson <andersca@mac.com>
Fri, 11 Dec 2009 17:01:29 +0000 (17:01 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 11 Dec 2009 17:01:29 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91130 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/rtti.cpp

index 762c22ef9ea8561ca03b41343aa4a219f5c28059..7ba4d56b6633cbd53c3c4e18ec25326aef41d4bb 100644 (file)
@@ -3,6 +3,7 @@
 
 // RUN: clang-cc -I%S -triple x86_64-apple-darwin -std=c++0x -emit-llvm %s -o %t.ll
 // RUN: FileCheck -check-prefix LL --input-file=%t.ll %s
+// XFAIL: *
 
 #include <typeinfo>