OSDN Git Service

[WebAssembly] Relax constexpr for old standard libraries.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 26 Feb 2018 11:07:25 +0000 (11:07 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 26 Feb 2018 11:07:25 +0000 (11:07 +0000)
commitecfbbe9f5fe887edf28909a0109604ef98c960f5
tree3653ddcca4e0d20d5fd8b81acb065aed2760212f
parent3f10059feb49d5a872ee1602784f450abd5f31f1
[WebAssembly] Relax constexpr for old standard libraries.

This will still be constexpr when the standard library supports it, but
doesn't force constexpr. Old libraries will get a global constructor,
which is not too bad.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326080 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp