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:
parent
a80269872a
commit
5794aeeed6
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user