diff options
| author | Sam Clegg <sbc@chromium.org> | 2018-05-10 17:59:41 +0000 |
|---|---|---|
| committer | Sam Clegg <sbc@chromium.org> | 2018-05-10 17:59:41 +0000 |
| commit | 262e09018b60d5c075f28c1e74b4c3a792f55969 (patch) | |
| tree | 92578a0ee46e7fc4b86b3ba491dc21febafd6e16 /lld/test/wasm/Inputs/ret32.ll | |
| parent | a5908009cdf96ed376d73f91a8418b97057b663e (diff) | |
| download | bcm5719-llvm-262e09018b60d5c075f28c1e74b4c3a792f55969.tar.gz bcm5719-llvm-262e09018b60d5c075f28c1e74b4c3a792f55969.zip | |
[WebAssembly] Remove final -wasm component of target triple. NFC.
This has been the default for a while now.
llvm-svn: 332009
Diffstat (limited to 'lld/test/wasm/Inputs/ret32.ll')
| -rw-r--r-- | lld/test/wasm/Inputs/ret32.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/Inputs/ret32.ll b/lld/test/wasm/Inputs/ret32.ll index f5a70be7e4f..b1ccd64af09 100644 --- a/lld/test/wasm/Inputs/ret32.ll +++ b/lld/test/wasm/Inputs/ret32.ll @@ -1,4 +1,4 @@ -target triple = "wasm32-unknown-unknown-wasm" +target triple = "wasm32-unknown-unknown" ; Function Attrs: norecurse nounwind readnone define i32 @ret32(float %arg) #0 { |

