1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[CodeGenPrepare] fix RUN line settings

I'm not sure if this was running as expected with a broken triple.

llvm-svn: 369156
This commit is contained in:
Sanjay Patel 2019-08-16 21:37:49 +00:00
parent 4aa3243420
commit 25d065f267

View File

@ -1,5 +1,5 @@
; REQUIRES: aarch64-registered-target
; RUN: opt -codegenprepare -mtriple=arm64-apple=ios -S -o - %s | FileCheck %s
; RUN: opt < %s -codegenprepare -mtriple=arm64-apple-ios -S | FileCheck %s
@first_ones = external global [65536 x i8]