mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Move a debug info test into the X86 directory
This test triggers a code path which does not appear to fire on some targets: http://lab.llvm.org:8011/builders/clang-cmake-armv8-quick/builds/3028 I've made the test X86-specific in an attempt to address the issue. llvm-svn: 333138
This commit is contained in:
parent
0d47a2dcc0
commit
f384939c34
@ -1,7 +1,6 @@
|
||||
; RUN: opt -S -debugify -codegenprepare < %s | FileCheck %s
|
||||
; RUN: opt -mtriple=x86_64-unknown-linux-gnu -S -debugify -codegenprepare < %s | FileCheck %s
|
||||
|
||||
target datalayout =
|
||||
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
|
||||
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
declare void @foo(i32)
|
Loading…
x
Reference in New Issue
Block a user