Skip to content

Commit e9f98ae

Browse files
[MSP430] Update LLVM submodule to fix size and alignment of structs.
Without this patch the struct ```Rust #[repr(C)] struct A { a: u8, } ``` has size 2 and alignment 2. But MSP430 EABI dictates that such struct should have size 1 and alignment 1.
1 parent fc9ccfd commit e9f98ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/rustllvm/llvm-rebuild-trigger

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# If this file is modified, then llvm will be (optionally) cleaned and then rebuilt.
22
# The actual contents of this file do not matter, but to trigger a change on the
33
# build bots then the contents should be changed so git updates the mtime.
4-
2017-06-19
4+
2017-06-26

0 commit comments

Comments
 (0)