commit | 03a3527b342c29094cc5797f35030116b1a60996 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Wed Nov 22 09:15:05 2023 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Wed Nov 22 14:30:31 2023 +0000 |
tree | 6b68675c65e8c67044396f5ca0c583c7cb490895 | |
parent | 7cf575c421865b23b898e7a1b9cbcd3f6ecc63da [diff] |
Eliminate [[clang::musttail]] from wasm builds. The roll is currently failing because wasm builds are failing with "error: WebAssembly 'tail-call' feature not enabled" It looks like tail-calling in wasm was only added in 2023: https://v8.dev/blog/wasm-tail-call Tail-calls aren't critical for skcms, so let's disable it. Change-Id: Iccdde81117e8cb5ebb7c76fd9a26869b364efae6 Reviewed-on: https://skia-review.googlesource.com/c/skcms/+/782436 Reviewed-by: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com>