~pali/+junk/llvm-toolchain-3.7

« back to all changes in this revision

Viewing changes to test/CodeGen/ARM/mature-mc-support.ll

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2015-07-15 17:51:08 UTC
  • Revision ID: package-import@ubuntu.com-20150715175108-l8mynwovkx4zx697
Tags: upstream-3.7~+rc2
ImportĀ upstreamĀ versionĀ 3.7~+rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; Test that inline assembly is parsed by the MC layer when MC support is mature
 
2
; (even when the output is assembly).
 
3
 
 
4
; RUN: not llc -mtriple=arm-pc-linux < %s > /dev/null 2> %t1
 
5
; RUN: FileCheck %s < %t1
 
6
 
 
7
; RUN: not llc -mtriple=arm-pc-linux -filetype=obj < %s > /dev/null 2> %t2
 
8
; RUN: FileCheck %s < %t2
 
9
 
 
10
module asm "    .this_directive_is_very_unlikely_to_exist"
 
11
 
 
12
; CHECK: LLVM ERROR: Error parsing inline asm