mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Adjust test case addition in r218702 so as not to fail when the X86 target isn't built.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218708 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
; REQUIRES: object-emission
|
; REQUIRES: object-emission
|
||||||
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s
|
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s
|
||||||
; RUN: %llc_dwarf -O0 -filetype=obj < %s -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
|
|
||||||
; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %s
|
|
||||||
|
|
||||||
; Generated from the following source compiled with clang++ -gmlt:
|
; Generated from the following source compiled with clang++ -gmlt:
|
||||||
; void f1() {}
|
; void f1() {}
|
3
test/DebugInfo/X86/gmlt.test
Normal file
3
test/DebugInfo/X86/gmlt.test
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
; REQUIRES: object-emission
|
||||||
|
; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
|
||||||
|
; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Inputs/gmlt.ll
|
2
test/DebugInfo/gmlt.test
Normal file
2
test/DebugInfo/gmlt.test
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
; REQUIRES: object-emission
|
||||||
|
; RUN: %llc_dwarf -O0 -filetype=obj < %S/Inputs/gmlt.ll | llvm-dwarfdump - | FileCheck %S/Inputs/gmlt.ll
|
Reference in New Issue
Block a user