summaryrefslogtreecommitdiff
path: root/ubsan.blacklist
Commit message (Collapse)AuthorAgeFilesLines
* Fix ubsan build and remove workaround in favor of ubsan.blacklist (#678)Sam Clegg2017-11-281-1/+8
|
* Refactor wasm-opcodecnt. (#580)Ben Smith2017-07-241-0/+5
Simplify some of the code using map instead of vector. Also added the ability to count immediates of any opcode. * Add ubsan blacklist, because stl_tree is broken in older libstdc++ implementations. This also requires a clang upgrade, since clang 3.5 is too old to support blacklists w/ ubsan. * Fix FileStream move constructor; this was incorrect, but worked on gcc/clang because the actual move was elided. * Use MATRIX_EVAL to bypass CC being set by `compiler` in `.travis.yml`