Skip to content

Commit

Permalink
[test] Speculative fix for r369966 on llvm-clang-x86_64-win
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vedantk committed Aug 28, 2019
1 parent b9b712d commit 4a44569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 4a44569

Please sign in to comment.