blob: dbc027143f99406902e5f09e8f88927cf638d959 [file] [log] [blame]
Daniel Sanders753e1762014-02-13 14:44:26 +00001; Test that inline assembly is parsed by the MC layer when MC support is mature
2; (even when the output is assembly).
3
Tim Northover3b0846e2014-05-24 12:50:23 +00004; RUN: not llc -mtriple=aarch64-pc-linux < %s > /dev/null 2> %t3
Tim Northover9cfb57d2014-04-16 11:52:40 +00005; RUN: FileCheck %s < %t3
6
Tim Northover3b0846e2014-05-24 12:50:23 +00007; RUN: not llc -mtriple=aarch64-pc-linux -filetype=obj < %s > /dev/null 2> %t4
Tim Northover9cfb57d2014-04-16 11:52:40 +00008; RUN: FileCheck %s < %t4
9
Daniel Sanders753e1762014-02-13 14:44:26 +000010module asm " .this_directive_is_very_unlikely_to_exist"
11
Sanne Wouda57b63d62017-02-03 11:14:39 +000012; CHECK: error: unknown directive