]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #54257 - alexcrichton:wasm-math-symbols, r=TimNN
authorkennytm <kennytm@gmail.com>
Thu, 20 Sep 2018 13:36:21 +0000 (21:36 +0800)
committerGitHub <noreply@github.com>
Thu, 20 Sep 2018 13:36:21 +0000 (21:36 +0800)
commita135005150fad21ddde16446a7dea08257102b84
tree8a3bebebc3ef8a8602ad3c9aa6a25f8a1d9ab968
parent6f7602d49d639a34a4065763a4ddf57bb450c219
parentb74215accedd26b57907d3473fa325861b8a2f92
Rollup merge of #54257 - alexcrichton:wasm-math-symbols, r=TimNN

Switch wasm math symbols to their original names

The names `Math_*` were given to help undefined symbol messages indicate how to
implement them, but these are all implemented in compiler-rt now so there's no
need to rename them! This change should make it so wasm binaries by default, no
matter the math symbols used, will not have unresolved symbols.