summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/WebAssembly/data-symbol-in-text-section.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MC][WebAssembly] Error on data symbols in the text section.Sam Clegg2019-09-251-0/+13
Previously we had an assert but this can actually occur in valid user code so we need to handle this in release builds too. Differential Revision: https://reviews.llvm.org/D67997 llvm-svn: 372934
OpenPOWER on IntegriCloud