diff options
Diffstat (limited to 'lld/test/wasm/custom-sections.ll')
-rw-r--r-- | lld/test/wasm/custom-sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/custom-sections.ll b/lld/test/wasm/custom-sections.ll index b9a9f355d99..c33ca2774af 100644 --- a/lld/test/wasm/custom-sections.ll +++ b/lld/test/wasm/custom-sections.ll @@ -3,7 +3,7 @@ ; RUN: wasm-ld --relocatable -o %t.wasm %t1.o %t2.o ; RUN: obj2yaml %t.wasm | FileCheck %s -target triple = "wasm32-unknown-unknown-wasm" +target triple = "wasm32-unknown-unknown" define i32 @_start() local_unnamed_addr { entry: |