[llvm] r198931 - llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Remove "REQUIRES:shell". This doesn't depend on shell's behavior.
NAKAMURA Takumi
geek4civic at gmail.com
Fri Jan 10 02:38:52 PST 2014
Author: chapuni
Date: Fri Jan 10 04:38:52 2014
New Revision: 198931
URL: http://llvm.org/viewvc/llvm-project?rev=198931&view=rev
Log:
llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Remove "REQUIRES:shell". This doesn't depend on shell's behavior.
Modified:
llvm/trunk/test/ExecutionEngine/MCJIT/load-object-a.ll
Modified: llvm/trunk/test/ExecutionEngine/MCJIT/load-object-a.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/load-object-a.ll?rev=198931&r1=198930&r2=198931&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/load-object-a.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/load-object-a.ll Fri Jan 10 04:38:52 2014
@@ -1,5 +1,3 @@
-; REQUIRES: shell
-
; This first line will generate the .o files for the next run line
; RUN: rm -rf %t.cachedir
; RUN: mkdir -p %t.cachedir
More information about the llvm-commits
mailing list