mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-14 14:56:47 +00:00
[PR] Instrumentation: Avoid generating GOT table in instrumentation library
Summary: To avoid RELATIVE relocations avoid using of GOT table by using hidden visibility for all symbols in library. Vladislav Khmelevsky, Advanced Software Technology Lab, Huawei (cherry picked from FBD30092712)
This commit is contained in:
parent
553f28e921
commit
af58da4ef3
@ -53,6 +53,7 @@
|
||||
{}
|
||||
#endif
|
||||
|
||||
#pragma GCC visibility push(hidden)
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user