r192286 - clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32.

NAKAMURA Takumi geek4civic at gmail.com
Wed Oct 9 02:45:27 PDT 2013


Author: chapuni
Date: Wed Oct  9 04:45:27 2013
New Revision: 192286

URL: http://llvm.org/viewvc/llvm-project?rev=192286&view=rev
Log:
clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32.

Modified:
    cfe/trunk/test/Coverage/codegen-next.m

Modified: cfe/trunk/test/Coverage/codegen-next.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Coverage/codegen-next.m?rev=192286&r1=192285&r2=192286&view=diff
==============================================================================
--- cfe/trunk/test/Coverage/codegen-next.m (original)
+++ cfe/trunk/test/Coverage/codegen-next.m Wed Oct  9 04:45:27 2013
@@ -1,4 +1,12 @@
 // RUN: %clang_cc1 -emit-llvm -fobjc-exceptions -o %t %s
 // RUN: %clang_cc1 -g -emit-llvm -fobjc-exceptions -o %t %s
 
+// An error could be seen for targeting x86_64-win32;
+//
+//     Bitcast requires types of same width
+//       %7 = bitcast i32 %6 to i64
+//
+// Then, This test should be excluded on x86_64-win32.
+// REQUIRES: LP64
+
 #include "objc-language-features.inc"





More information about the cfe-commits mailing list