[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)
commit357e8a390ca926a99f38548f1d0f973c3bc9c841
treec811d23abb35cea0a8d6ea1ef76b5656d97bae7e
parent89f9af5487e3287c1638e53d0b5b057154eb1b32
[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.

llvm-svn: 362450
llvm/include/llvm/ExecutionEngine/Orc/Core.h