[llvm] 01b5cc2 - [llvm-objcopy] Fix pipeline syntax

Kadir Cetinkaya via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 02:35:20 PST 2020


Author: Kadir Cetinkaya
Date: 2020-02-12T11:35:00+01:00
New Revision: 01b5cc28acd9f6c3d5dbb94837752b7eb6d21207

URL: https://github.com/llvm/llvm-project/commit/01b5cc28acd9f6c3d5dbb94837752b7eb6d21207
DIFF: https://github.com/llvm/llvm-project/commit/01b5cc28acd9f6c3d5dbb94837752b7eb6d21207.diff

LOG: [llvm-objcopy] Fix pipeline syntax

Added: 
    

Modified: 
    llvm/test/tools/llvm-objcopy/wasm/remove-section.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-objcopy/wasm/remove-section.test b/llvm/test/tools/llvm-objcopy/wasm/remove-section.test
index ad4474f9c195..211b9565f8cc 100644
--- a/llvm/test/tools/llvm-objcopy/wasm/remove-section.test
+++ b/llvm/test/tools/llvm-objcopy/wasm/remove-section.test
@@ -6,7 +6,7 @@
 # CHECK: TYPE
 
 ## Requests to remove nonexistent sections are silently ignored.
-# RUN: llvm-objcopy --remove-section=nonexistent=%t.sec %t 2&>1 | count 0
+# RUN: llvm-objcopy --remove-section=nonexistent=%t.sec %t 2>&1 | count 0
 
 --- !WASM
 FileHeader:


        


More information about the llvm-commits mailing list