mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Fix llvm-objdump crash.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
; RUN: llc -O1 -filetype=obj -mtriple=x86_64-apple-darwin < %s > %t
|
||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||
; FIXME: llvm-objdump is failing with an error when parsing some relocations
|
||||
; here, though it doesn't seem to adversely affect the test
|
||||
; RUN: not llvm-objdump -r %t | FileCheck -check-prefix=DARWIN %s
|
||||
; RUN: llvm-objdump -r %t | FileCheck -check-prefix=DARWIN %s
|
||||
; RUN: llc -O1 -filetype=obj -mtriple=x86_64-pc-linux-gnu < %s > %t
|
||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||
; RUN: llvm-objdump -r %t | FileCheck -check-prefix=LINUX %s
|
||||
|
||||
Reference in New Issue
Block a user