summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2019-08-28 01:39:36 +0000
committerVedant Kumar <vsk@apple.com>2019-08-28 01:39:36 +0000
commit4a44569cbd9b74cbacc52ba169b1b407d25502b7 (patch)
tree8aaf3632042344488b0345eed81091aaf0023345
parentb9b712df82fa36c4bfb1dad695a3c26c1391ba40 (diff)
downloadbcm5719-llvm-4a44569cbd9b74cbacc52ba169b1b407d25502b7.tar.gz
bcm5719-llvm-4a44569cbd9b74cbacc52ba169b1b407d25502b7.zip
[test] Speculative fix for r369966 on llvm-clang-x86_64-win
Run the MIR pipeline in this test to completion to try and avoid a "Bad machine code" error. Build failure: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20190826/688338.html llvm-svn: 370145
-rw-r--r--llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir b/llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
index 06d513edfeb..2cb3bd446ee 100644
--- a/llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
+++ b/llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
@@ -1,4 +1,4 @@
-# RUN: llc -debug-entry-values -mtriple=x86_64-apple-darwin -o %t %s -filetype=obj
+# RUN: llc -debug-entry-values -start-before=livedebugvalues -mtriple=x86_64-apple-darwin -o %t %s -filetype=obj
# RUN: llvm-dwarfdump %t | FileCheck %s
#
# int global;
OpenPOWER on IntegriCloud