Commit Graph

2 Commits

Author SHA1 Message Date
Jinsong Ji b2581196eb [AIX] Enable stackprotect feature
AIX use `__ssp_canary_word` instead of `__stack_chk_guard`.
This patch update the target hook to use correct symbol,
so that the basic stackprotect feature can work.

The traceback will be handled in follow up patch.

Reviewed By: #powerpc, shchenz

Differential Revision: https://reviews.llvm.org/D103100
2021-05-28 02:18:15 +00:00
Jinsong Ji f8bb0d97cb [PowerPC] Add stack guard tests
Copied from X86 and test powerpc triple.
Preparing for AIX stack guard tests.
2021-05-21 16:16:19 +00:00