1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

a test commit access

llvm-svn: 374897
This commit is contained in:
Digger Lin 2019-10-15 14:39:29 +00:00
parent e425c71d17
commit 25d3bc3441

View File

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