Revert "Turn off stack protector check for noreturn calls"
clang-r487747c contains upstream fix for the excessive stack protactor checks (fc4494dffa54) and checks are no longer inserted for C only code or C++ code built without exeception. The Android platform does not enable C++ exception by default, thus turning on the check should not have significant performance impact. This reverts commit ecc18df6. Test: presubmit Bug: 277565884 Bug: 279955553 (cherry picked from https://android-review.googlesource.com/q/commit:e9850f81531f070ac5cd193fdcd767bc91605bfe) Merged-In: I2fc5826048ba5d00cabcc8401ac40a6f54812a44 Change-Id: I2fc5826048ba5d00cabcc8401ac40a6f54812a44
Loading
Please register or sign in to comment