Skip to content

Commit

Permalink
Changed DataLayout to match LLVM and make aggregates byte aligned by …
Browse files Browse the repository at this point in the history
…default.
  • Loading branch information
jpbonn committed Dec 6, 2011
1 parent 3f22a64 commit 62b9e27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Basic/Targets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,9 @@ class Mico32TargetInfo : public TargetInfo {
// IntMaxType = SignedLong;
// UIntMaxType = UnsignedLong;
// Int64Type = SignedLongLong;
DescriptionString = "E-p:32:32:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-a0:32:32-S32-s0:32:32-n32";
// This must match llvm/lib/Target/Mico32/Mico32TargetMachine.cpp
DescriptionString = "E-p:32:32:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-a0:8:8-S32-s0:32:32-n32";
// DescriptionString = "E-p:32:32:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-a0:32:32-S32-s0:32:32-n32";
// Define available target features
// These must be defined in sorted order!
// AvailableFeatures.push_back("barrel");
Expand Down

0 comments on commit 62b9e27

Please sign in to comment.