platform_build_soong/cc/config
Yi Kong e9850f8153 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 ecc18df6ff.

Test: presubmit
Bug: 277565884
Bug: 279955553

Change-Id: I2fc5826048ba5d00cabcc8401ac40a6f54812a44
2023-05-12 12:24:22 +01:00
..
Android.bp Add riscv64-linux-android support 2022-10-03 08:43:13 -07:00
arm64_device.go 16k: Align shared libraries and executables to 4k by default 2023-04-28 02:42:20 +00:00
arm64_linux_host.go Export all constants for linux_bionic 2022-10-24 18:08:56 +00:00
arm_device.go 16k: Align shared libraries and executables to 4k by default 2023-04-28 02:42:20 +00:00
arm_linux_host.go Add linux_musl arm+arm64 2022-06-24 13:46:36 -07:00
bionic.go Make toolchain more compose-y 2022-09-01 14:21:36 -07:00
cfi_exports.map
clang.go Remove unused-but-set-{variable,parameter} from ClangUnknownCflags 2021-09-13 06:25:41 +00:00
darwin_host.go Removed unused GCC references 2022-09-30 19:32:48 -07:00
global.go Revert "Turn off stack protector check for noreturn calls" 2023-05-12 12:24:22 +01:00
integer_overflow_blocklist.txt Rename CFI blocklist files. 2020-07-27 18:37:48 +00:00
OWNERS Add config/tidy.go to per-file owners. 2021-09-07 10:20:49 -07:00
riscv64_device.go riscv64: stop reserving x18 for shadow call stack. 2023-04-12 14:24:44 -07:00
tidy.go Suppress misc-use-anonymous-namespace clang-tidy warning 2023-01-13 18:07:37 +00:00
tidy_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
toolchain.go Use static asan runtime for musl 2023-03-22 12:58:39 -07:00
vndk.go Remove AIDL modules from VndkMustUseVendorVariantList 2022-06-03 04:46:59 +00:00
x86_64_device.go Add arch variants for Intel Atom CPUs 2022-11-16 17:26:53 +09:00
x86_device.go Add arch variants for Intel Atom CPUs 2022-11-16 17:26:53 +09:00
x86_linux_bionic_host.go Export all constants for linux_bionic 2022-10-24 18:08:56 +00:00
x86_linux_host.go Add musl defaults in bp2build 2023-01-11 18:43:20 +00:00
x86_windows_host.go Removed unused GCC references 2022-09-30 19:32:48 -07:00