r201260 - Remove FIXME and hardcoded triple from this test (PR18251)
Hans Wennborg
hans at hanshq.net
Wed Feb 12 13:40:46 PST 2014
Author: hans
Date: Wed Feb 12 15:40:46 2014
New Revision: 201260
URL: http://llvm.org/viewvc/llvm-project?rev=201260&view=rev
Log:
Remove FIXME and hardcoded triple from this test (PR18251)
We don't support using the MS ABI with non-x86/x86_64 targets anyway.
Modified:
cfe/trunk/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp
Modified: cfe/trunk/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp?rev=201260&r1=201259&r2=201260&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp Wed Feb 12 15:40:46 2014
@@ -1,7 +1,5 @@
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm %s -o -
-
-// FIXME: Don't assert for non-Win32 triples (PR18251).
-// RUN: %clang_cc1 -triple i686-pc-win32 -fno-rtti -emit-llvm %s -o -
+// RUN: %clang_cc1 -triple %ms_abi_triple -fno-rtti -emit-llvm %s -o -
struct A {
virtual void Method() = 0;
More information about the cfe-commits
mailing list