diff options
author | Ben Smith <binji@chromium.org> | 2019-07-22 12:25:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-22 12:25:07 -0700 |
commit | 890fba3f14b098bad6393f472fb1d49b417f4aeb (patch) | |
tree | 35dbc0b002a12e14e3bf04711fbb10191f37b70f /src/test-circular-array.cc | |
parent | 58e59b626b8fcf7973316eb84270c1887a8ac1f0 (diff) | |
download | wabt-890fba3f14b098bad6393f472fb1d49b417f4aeb.tar.gz wabt-890fba3f14b098bad6393f472fb1d49b417f4aeb.tar.bz2 wabt-890fba3f14b098bad6393f472fb1d49b417f4aeb.zip |
Change WABT_UNREACHABLE to call abort() (#1126)
Using __builtin_unreachable instead will basically produce undefined
behavior if it is ever reached, which makes it very difficult to debug.
This is perhaps desired for an optimized build, but certainly not for a
debug build.
For now, we'll always convert these to abort().
Diffstat (limited to 'src/test-circular-array.cc')
0 files changed, 0 insertions, 0 deletions