Create the DataLayout class, as a direct copy of TargetData.
authorMicah Villmow <villmow@gmail.com>
Thu, 4 Oct 2012 20:44:22 +0000 (20:44 +0000)
committerMicah Villmow <villmow@gmail.com>
Thu, 4 Oct 2012 20:44:22 +0000 (20:44 +0000)
commit726b88fb6a3242bbbe6c6c486a18dfa6f6ed11a6
tree32970badd59ebd2b23e3ba2a437f205eaee32a09
parent2d6d585c85ce8c56461f17b7b49fff24eed7b8fb
Create the DataLayout class, as a direct copy of TargetData.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165249 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DataLayout.h [new file with mode: 0644]
lib/VMCore/CMakeLists.txt
lib/VMCore/DataLayout.cpp [new file with mode: 0644]