[libc] Replace -nostdlib++ flag when building with gcc and add placement new...
[libc] Replace -nostdlib++ flag when building with gcc and add placement new operator to HermeticTestUtils.cpp. (#78906) `-nostdlib++` is a clang-only flag. Replacing it with `-nostdlib` when building with gcc.
Loading
Please sign in to comment