1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix inline-asm-diags.ll on Windows, give it a triple to avoid WoA thumb confusion

llvm-svn: 294496
This commit is contained in:
Reid Kleckner 2017-02-08 18:17:21 +00:00
parent a80269872a
commit 5794aeeed6

View File

@ -1,4 +1,4 @@
; RUN: not llc -march=arm -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s
; RUN: not llc -mtriple=armv7-linux -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s
module asm ".word 0x10"
module asm ".word -bar"