forked from OSchip/llvm-project
[compiler-rt] Add NO_EXEC_STACK_DIRECTIVE on s390x
Differential Revision: https://reviews.llvm.org/D125454
This commit is contained in:
parent
b91073db6a
commit
791e0d1bc8
|
@ -45,3 +45,5 @@ intercept setjmp, _ZN14__interception11real_setjmpE
|
|||
intercept _setjmp, _ZN14__interception12real__setjmpE
|
||||
intercept sigsetjmp, _ZN14__interception14real_sigsetjmpE
|
||||
intercept __sigsetjmp, _ZN14__interception16real___sigsetjmpE
|
||||
|
||||
NO_EXEC_STACK_DIRECTIVE
|
||||
|
|
Loading…
Reference in New Issue