[llvm] r236186 - Flip r236172 testcase RUN option ordering for BSD sed(1). NFC.

Ahmed Bougacha ahmed.bougacha at gmail.com
Wed Apr 29 17:07:34 PDT 2015


Author: ab
Date: Wed Apr 29 19:07:34 2015
New Revision: 236186

URL: http://llvm.org/viewvc/llvm-project?rev=236186&view=rev
Log:
Flip r236172 testcase RUN option ordering for BSD sed(1). NFC.

Modified:
    llvm/trunk/test/CodeGen/WinEH/seh-simple.ll

Modified: llvm/trunk/test/CodeGen/WinEH/seh-simple.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/WinEH/seh-simple.ll?rev=236186&r1=236185&r2=236186&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/WinEH/seh-simple.ll (original)
+++ llvm/trunk/test/CodeGen/WinEH/seh-simple.ll Wed Apr 29 19:07:34 2015
@@ -2,7 +2,7 @@
 ; RUN: 		| FileCheck %s --check-prefix=CHECK --check-prefix=X64
 
 ; This test should also pass in 32-bit using _except_handler3.
-; RUN: sed %s -e 's/__C_specific_handler/_except_handler3/' \
+; RUN: sed -e 's/__C_specific_handler/_except_handler3/' %s \
 ; RUN: 		| opt -S -winehprepare -mtriple=i686-windows-msvc \
 ; RUN: 		| FileCheck %s --check-prefix=CHECK --check-prefix=X86
 





More information about the llvm-commits mailing list