[llvm] r240074 - MIR Serialization: Reenable one of the MIRParser	tests by reverting r239805.
    Alex Lorenz 
    arphaman at gmail.com
       
    Thu Jun 18 15:46:27 PDT 2015
    
    
  
Author: arphaman
Date: Thu Jun 18 17:46:27 2015
New Revision: 240074
URL: http://llvm.org/viewvc/llvm-project?rev=240074&view=rev
Log:
MIR Serialization: Reenable one of the MIRParser tests by reverting r239805.
The test 'llvm/test/CodeGen/MIR/machine-function.mir' was disabled on 
x86 msc18 in r239805 as it failed. My commit r240054 have fixed the
problem, so this commit reverts the commit that disabled the test as
it should pass now. 
Modified:
    llvm/trunk/test/CodeGen/MIR/machine-function.mir
Modified: llvm/trunk/test/CodeGen/MIR/machine-function.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MIR/machine-function.mir?rev=240074&r1=240073&r2=240074&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/MIR/machine-function.mir (original)
+++ llvm/trunk/test/CodeGen/MIR/machine-function.mir Thu Jun 18 17:46:27 2015
@@ -1,6 +1,5 @@
 # RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
 # This test ensures that the MIR parser parses machine functions correctly.
-# REQUIRES: shell
 
 --- |
 
    
    
More information about the llvm-commits
mailing list