mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
most ARM targets are little endian
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30826 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c836333c3b
commit
896f10c309
@ -34,7 +34,7 @@ const TargetAsmInfo *ARMTargetMachine::createTargetAsmInfo() const {
|
||||
/// TargetMachine ctor - Create an ILP32 architecture model
|
||||
///
|
||||
ARMTargetMachine::ARMTargetMachine(const Module &M, const std::string &FS)
|
||||
: DataLayout("E-p:32:32") {
|
||||
: DataLayout("e-p:32:32") {
|
||||
}
|
||||
|
||||
unsigned ARMTargetMachine::getModuleMatchQuality(const Module &M) {
|
||||
|
Loading…
Reference in New Issue
Block a user