forked from OSchip/llvm-project
[builtins] fix build error on non-ARM for r310884
llvm-svn: 310890
This commit is contained in:
parent
0aa3a19512
commit
1c617be054
|
@ -130,6 +130,8 @@
|
|||
#else
|
||||
#define WIDE(op) op
|
||||
#endif
|
||||
#else // !defined(__arm)
|
||||
#define DECLARE_FUNC_ENCODING
|
||||
#endif
|
||||
|
||||
#define GLUE2(a, b) a##b
|
||||
|
|
Loading…
Reference in New Issue