summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/unsupported-function-bitcasts.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Don't abort on code with UB.Dan Gohman2017-01-071-0/+26
Gracefully leave code that performs function-pointer bitcasts implying non-trivial pointer conversions alone, rather than aborting, since it's just undefined behavior. llvm-svn: 291326
OpenPOWER on IntegriCloud