mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01: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. llvm-svn: 187394
This commit is contained in:
parent
7aa2c8e944
commit
dc4f22cec8
@ -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…
x
Reference in New Issue
Block a user