[clang] b314d05 - [Driver][test] Remove invalid -fuse-ld=wasm-ld

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 1 12:52:53 PDT 2023


Author: Fangrui Song
Date: 2023-08-01T12:52:49-07:00
New Revision: b314d057e717b12d645b1a7542b2918e8c176a37

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

LOG: [Driver][test] Remove invalid -fuse-ld=wasm-ld

Added: 
    

Modified: 
    clang/test/Driver/wasm-toolchain.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/wasm-toolchain.c b/clang/test/Driver/wasm-toolchain.c
index 909d27f0f2d9c9..78160e3da151a1 100644
--- a/clang/test/Driver/wasm-toolchain.c
+++ b/clang/test/Driver/wasm-toolchain.c
@@ -76,7 +76,7 @@
 
 // '-pthread' sets +atomics, +bulk-memory, +mutable-globals, +sign-ext, and --shared-memory
 // RUN: %clang -### --target=wasm32-unknown-unknown \
-// RUN:    --sysroot=/foo %s -fuse-ld=wasm-ld -pthread 2>&1 \
+// RUN:    --sysroot=/foo %s -pthread 2>&1 \
 // RUN:  | FileCheck -check-prefix=PTHREAD %s
 // PTHREAD: "-cc1" {{.*}} "-target-feature" "+atomics" "-target-feature" "+bulk-memory" "-target-feature" "+mutable-globals" "-target-feature" "+sign-ext"
 // PTHREAD: wasm-ld{{.*}}" "-lpthread" "--shared-memory"


        


More information about the cfe-commits mailing list