mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
Move file to X86 and add a triple to fix darwin bots for now.
The problem is due to the section name being explicitly mentioned in the IR and differing between the two platforms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187394 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86aa03d5f9
commit
3466fb11b7
@ -1,6 +1,6 @@
|
||||
; REQUIRES: object-emission
|
||||
|
||||
; RUN: llc %s -o %t -filetype=obj -O0 -generate-odr-hash
|
||||
; RUN: llc %s -o %t -filetype=obj -O0 -generate-odr-hash -mtriple=x86_64-unknown-linux-gnu
|
||||
; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
|
||||
;
|
||||
; Generated from:
|
Loading…
Reference in New Issue
Block a user