diff options
Diffstat (limited to 'llvm/test/MC/WebAssembly/custom-sections.ll')
-rw-r--r-- | llvm/test/MC/WebAssembly/custom-sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/custom-sections.ll b/llvm/test/MC/WebAssembly/custom-sections.ll index f479e3ddb4c..8ee04e0b044 100644 --- a/llvm/test/MC/WebAssembly/custom-sections.ll +++ b/llvm/test/MC/WebAssembly/custom-sections.ll @@ -2,7 +2,7 @@ ; Test the mechanism for defining user custom sections. -target triple = "wasm32-unknown-unknown-wasm" +target triple = "wasm32-unknown-unknown" !0 = !{ !"red", !"foo" } !1 = !{ !"green", !"bar" } |