revert git test commit

llvm-svn: 374898
This commit is contained in:
Digger Lin 2019-10-15 14:44:06 +00:00
parent defaea0b6c
commit 52d2a567b5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
namespace llvm {
namespace object {
enum {
enum {
FUNCTION_SYM = 0x20,
SYM_TYPE_MASK = 0x07
};