"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "92aae0f7a47943a3f75536a18e67beb6f649acd6"
When an externally-supplied record layout has a size that clearly
doesn't include padding up to the alignment of the record, take this as a cue that the alignment of the record should (conservatively) be set to 1. This is similar to other the other cues we use to determine that the record has a lower alignment, e.g., that the externally-supplied layout places fields at lower offsets than we would. Fixes <rdar://problem/12582052>; test case in LLDB. llvm-svn: 166824
Loading
Please register or sign in to comment