blob: 7b907fea0e1eec582937460e1f685011f823d37c [file] [log] [blame]
Warren Huntb2969b12013-10-11 20:19:00 +00001// RUN: %clang_cc1 -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s
2// RUN: %clang_cc1 -g -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s
Daniel Dunbar075e3c12008-10-05 00:31:54 +00003
NAKAMURA Takumi728b2792013-10-09 09:45:27 +00004// An error could be seen for targeting x86_64-win32;
5//
6// Bitcast requires types of same width
7// %7 = bitcast i32 %6 to i64
8//
9// Then, This test should be excluded on x86_64-win32.
10// REQUIRES: LP64
11
Daniel Dunbar075e3c12008-10-05 00:31:54 +000012#include "objc-language-features.inc"