]> granicus.if.org Git - clang/commit
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)
commitf14f7e2753fb69cec95009f4f3b2e3eab14e4f10
treea56e0745742b8c9faa5868f4e989bf44e06cfb8c
parent7490b7d8ede38d701112ea7f4c50313af18fbf53
The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang built with 32-bit targets only (as example ARM-only) with the following error:

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