diff options
Diffstat (limited to 'lld/test/wasm/relocatable.ll')
| -rw-r--r-- | lld/test/wasm/relocatable.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/relocatable.ll b/lld/test/wasm/relocatable.ll index b7323065c34..4e8a887f31d 100644 --- a/lld/test/wasm/relocatable.ll +++ b/lld/test/wasm/relocatable.ll @@ -3,7 +3,7 @@ ; RUN: wasm-ld -r -o %t.wasm %t.hello.o %t.o ; RUN: obj2yaml %t.wasm | FileCheck %s -target triple = "wasm32-unknown-unknown-wasm" +target triple = "wasm32-unknown-unknown" ; Function Attrs: nounwind define hidden i32 @my_func() local_unnamed_addr { |

