[PATCH] D61345: Allow 'CodeGenObjC/illegal-UTF8.m' test for 32-bit targets.

Galina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 5 20:28:29 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360005: The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang built with 32-bit… (authored by gkistanova, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D61345?vs=197438&id=198217#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61345/new/

https://reviews.llvm.org/D61345

Files:
  cfe/trunk/test/CodeGenObjC/illegal-UTF8.m


Index: cfe/trunk/test/CodeGenObjC/illegal-UTF8.m
===================================================================
--- cfe/trunk/test/CodeGenObjC/illegal-UTF8.m
+++ cfe/trunk/test/CodeGenObjC/illegal-UTF8.m
@@ -1,4 +1,4 @@
-// RUN: %clang %s -S -m64 -o -
+// RUN: %clang %s -S -o -
 
 @class NSString;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61345.198217.patch
Type: text/x-patch
Size: 306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190506/99eeaa73/attachment.bin>


More information about the llvm-commits mailing list