[Orc] Require target support for host before running execution unit tests.
[oota-llvm.git] / test / Assembler / incorrect-tdep-attrs-parsing.ll
1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
3 ; CHECK: define i32 @f(i64 "foo bar", i64, i64, i64 "xyz") {
4 define i32 @f(i64 "foo bar", i64, i64, i64 "xyz") {
5   ret i32 41
6 }