OSDN Git Service

[ORC] Use uint8_t for bitfields in SymbolTableEntry.
authorLang Hames <lhames@gmail.com>
Mon, 3 Jun 2019 22:02:48 +0000 (22:02 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 3 Jun 2019 22:02:48 +0000 (22:02 +0000)
commite6b7482c3a265cbe72b3602f646b216e29a15bad
tree8cae8da499eb73cc74ec2f42387ee72642feb502
parent63813a47183de818a9e09e282a52d1b192227014
[ORC] Use uint8_t for bitfields in SymbolTableEntry.

This allows for better struct packing on MSVC, and as a bonus will eliminate a
warning on GCC builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362450 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/Core.h