1; Test that inline assembly is parsed by the MC layer when MC support is mature 2; (even when the output is assembly). 3; FIXME: SystemZ doesn't use the integrated assembler by default so we only test 4; that -filetype=obj tries to parse the assembly. 5 6; SKIP: not llc -march=systemz < %s > /dev/null 2> %t1 7; SKIP: FileCheck %s < %t1 8 9; RUN: not llc -march=systemz -filetype=obj < %s > /dev/null 2> %t2 10; RUN: FileCheck %s < %t2 11 12 13module asm " .this_directive_is_very_unlikely_to_exist" 14 15; CHECK: error: unknown directive 16