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:
parent
018ddbad9c
commit
fb109731e4
@ -89,4 +89,6 @@ ARM64MCAsmInfoELF::ARM64MCAsmInfoELF() {
|
||||
|
||||
// Exceptions handling
|
||||
ExceptionsType = ExceptionHandling::DwarfCFI;
|
||||
|
||||
UseIntegratedAssembler = true;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user