[llvm] r370145 - [test] Speculative fix for r369966 on llvm-clang-x86_64-win
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 18:39:37 PDT 2019
Author: vedantk
Date: Tue Aug 27 18:39:36 2019
New Revision: 370145
URL: http://llvm.org/viewvc/llvm-project?rev=370145&view=rev
Log:
[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
Modified:
llvm/trunk/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
Modified: llvm/trunk/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir?rev=370145&r1=370144&r2=370145&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir (original)
+++ llvm/trunk/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir Tue Aug 27 18:39:36 2019
@@ -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;
More information about the llvm-commits
mailing list