]> granicus.if.org Git - llvm/commit
Fix alignment complaint.
authorEric Beckmann <ecbeckmann@google.com>
Tue, 13 Jun 2017 20:36:19 +0000 (20:36 +0000)
committerEric Beckmann <ecbeckmann@google.com>
Tue, 13 Jun 2017 20:36:19 +0000 (20:36 +0000)
commit863fb5fed11b12389f0c027f8c1d9a09a52b9369
tree79163f517a66ed72ebb17e642ba0935b1712e3c3
parent525bc29d729f1c0b6caa374cd98593a81cf01819
Fix alignment complaint.

Summary: Apparently we need to write using a void* pointer on some architectures, or else alignment error is caused.

Subscribers: hiraditya, llvm-commits

Differential Revision: https://reviews.llvm.org/D34166

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/WindowsResource.cpp