]> granicus.if.org Git - clang/commitdiff
The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang built with 32-bit targets...
authorGalina Kistanova <gkistanova@gmail.com>
Mon, 6 May 2019 03:30:09 +0000 (03:30 +0000)
committerGalina Kistanova <gkistanova@gmail.com>
Mon, 6 May 2019 03:30:09 +0000 (03:30 +0000)
error: unable to create target: 'No available targets are compatible with triple "< ... any 64-bit target triple ... >"'

I didn't find any 64-bit dependencies for the test and I think removing '-m64' option should fix the problem and allow this test for any target specified by LLVM_DEFAULT_TARGET_TRIPLE.

Patch by Vlad Vereschaka.

Differential Revision: https://reviews.llvm.org/D61345

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360005 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/illegal-UTF8.m

index 4762e800259f3f0c3f45cde30854822f3f10c2a6..ef9c3fcda775b388d72a28621a97d74739933210 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang %s -S -m64 -o -
+// RUN: %clang %s -S -o -
 
 @class NSString;