mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-16 12:29:57 +00:00
Attempt to fix ARM/Linux after r219040.
llvm-svn: 219064
This commit is contained in:
parent
d12555795e
commit
d2f1281e6c
@ -28,7 +28,6 @@
|
||||
// tell linker it can break up file at label boundaries
|
||||
#define FILE_LEVEL_DIRECTIVE .subsections_via_symbols
|
||||
#define SYMBOL_IS_FUNC(name)
|
||||
// rdar://problem/18523605
|
||||
#if __ARM_ARCH_ISA_THUMB == 2
|
||||
#define THUMB_FUNC .thumb_func
|
||||
#endif
|
||||
@ -49,6 +48,7 @@
|
||||
.scl 2 SEPARATOR \
|
||||
.type 32 SEPARATOR \
|
||||
.endef
|
||||
#define THUMB_FUNC
|
||||
#define FILE_LEVEL_DIRECTIVE
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user