r210357 - test/SemaCXX/undefined-internal.cpp: Remove target triple.

Hans Wennborg hans at hanshq.net
Fri Jun 6 10:51:25 PDT 2014


Author: hans
Date: Fri Jun  6 12:51:25 2014
New Revision: 210357

URL: http://llvm.org/viewvc/llvm-project?rev=210357&view=rev
Log:
test/SemaCXX/undefined-internal.cpp: Remove target triple.

This test seems to run fine in both MS and Itanium C++ ABI mode these days.

Modified:
    cfe/trunk/test/SemaCXX/undefined-internal.cpp

Modified: cfe/trunk/test/SemaCXX/undefined-internal.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/undefined-internal.cpp?rev=210357&r1=210356&r2=210357&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/undefined-internal.cpp (original)
+++ cfe/trunk/test/SemaCXX/undefined-internal.cpp Fri Jun  6 12:51:25 2014
@@ -1,10 +1,7 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
 
 // Make sure we don't produce invalid IR.
-// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm-only %s
-
-// FIXME: Itanium shouldn't be necessary; the test should pass
-// in MS mode too.
+// RUN: %clang_cc1 -emit-llvm-only %s
 
 namespace test1 {
   static void foo(); // expected-warning {{function 'test1::foo' has internal linkage but is not defined}}





More information about the cfe-commits mailing list