CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/25 15:36:31
Modified files:
gnu/llvm/tools/clang/lib/Driver/ToolChains: Clang.cpp
Log message:
PowerPC: optimize away the frame pointer.
clang defaulted to -fomit-frame-pointer when optimizing PowerPC code
for Linux and NetBSD. Now do it for all systems, including OpenBSD.
This affects both 32-bit and powerpc64 code.
ok kettenis@
