1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

ARM64: use the integrated assembler on ELF.

llvm-svn: 206378
This commit is contained in:
Tim Northover 2014-04-16 11:52:40 +00:00
parent 018ddbad9c
commit fb109731e4
2 changed files with 8 additions and 0 deletions

View File

@ -89,4 +89,6 @@ ARM64MCAsmInfoELF::ARM64MCAsmInfoELF() {
// Exceptions handling
ExceptionsType = ExceptionHandling::DwarfCFI;
UseIntegratedAssembler = true;
}

View File

@ -7,6 +7,12 @@
; RUN: not llc -mtriple=aarch64-pc-linux -filetype=obj < %s > /dev/null 2> %t2
; RUN: FileCheck %s < %t2
; RUN: not llc -mtriple=arm64-pc-linux < %s > /dev/null 2> %t3
; RUN: FileCheck %s < %t3
; RUN: not llc -mtriple=arm64-pc-linux -filetype=obj < %s > /dev/null 2> %t4
; RUN: FileCheck %s < %t4
module asm " .this_directive_is_very_unlikely_to_exist"
; CHECK: LLVM ERROR: Error parsing inline asm