OSDN Git Service

Add support for the new "target data" information in .ll files. This provides
authorOwen Anderson <resistor@mac.com>
Wed, 18 Oct 2006 02:21:12 +0000 (02:21 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 18 Oct 2006 02:21:12 +0000 (02:21 +0000)
commitcf7ff2b4c8c18d67aced9d7ba84482819b38a84b
tree20ac08acae42a4e16ae1b95c36f6a205fd228817
parent9935dd919882bec89f185d49655eba9db644e49e
Add support for the new "target data" information in .ll files.  This provides
a better encoding of the targets data layout, rather than trying to guess it
from the endianness and pointersize like before.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31030 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Module.h
lib/AsmParser/Lexer.l
lib/AsmParser/llvmAsmParser.y
lib/VMCore/AsmWriter.cpp