DataLayout: Move asserts over to report_fatal_error
As indicated by the tests, it is possible to feed the AsmParser an invalid datalayout string. We should verify the result of parsing this string regardless of whether or not we have assertions enabled. llvm-svn: 223898
Loading
Please register or sign in to comment