mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
clang-format: ignore aarch64_label.h
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
This commit is contained in:
parent
84ad119970
commit
0234d629a4
@ -1,2 +1,3 @@
|
||||
include/aarch64_multibinary.h
|
||||
include/aarch64_label.h
|
||||
**/aarch64/*.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
|
||||
#ifdef __USER_LABEL_PREFIX__
|
||||
#define CONCAT1(a, b) CONCAT2(a, b)
|
||||
#define CONCAT2(a, b) a##b
|
||||
#define cdecl(x) CONCAT1(__USER_LABEL_PREFIX__, x)
|
||||
#define CONCAT2(a, b) a ## b
|
||||
#define cdecl(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
|
||||
#else
|
||||
#define cdecl(x) x
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define ASM_DEF_RODATA .section __TEXT, __const
|
||||
#define ASM_DEF_RODATA .section __TEXT,__const
|
||||
#else
|
||||
#define ASM_DEF_RODATA .section.rodata
|
||||
#define ASM_DEF_RODATA .section .rodata
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user