diff options
| author | Vedant Kumar <vsk@apple.com> | 2018-05-23 22:50:45 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2018-05-23 22:50:45 +0000 |
| commit | 74177893177c03310535b55ffbd6682fb392f4b3 (patch) | |
| tree | 0a0b0f317ed0ae2bb65d99ae096d44a0ec513080 | |
| parent | ddcb95664e4d94ca9b236066e29d3d92650097aa (diff) | |
| download | bcm5719-llvm-74177893177c03310535b55ffbd6682fb392f4b3.tar.gz bcm5719-llvm-74177893177c03310535b55ffbd6682fb392f4b3.zip | |
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
| -rw-r--r-- | llvm/test/DebugInfo/X86/sink-bitcast-di.ll (renamed from llvm/test/DebugInfo/sink-bitcast-di.ll) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/sink-bitcast-di.ll b/llvm/test/DebugInfo/X86/sink-bitcast-di.ll index c3d6ba87ff5..23ff051bde5 100644 --- a/llvm/test/DebugInfo/sink-bitcast-di.ll +++ b/llvm/test/DebugInfo/X86/sink-bitcast-di.ll @@ -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) |

