Haven't yet found a nice way to handle TargetData verification in the
authorLang Hames <lhames@gmail.com>
Thu, 20 Oct 2011 19:24:44 +0000 (19:24 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 20 Oct 2011 19:24:44 +0000 (19:24 +0000)
AsmParser. This patch adds validation for target data layout strings upon
construction of TargetData objects. An attempt to construct a TargetData object
from a malformed string will trigger an assertion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142605 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found