For a decade or more, we've patched gcc to make -fno-ident the default.
authortedu <tedu@openbsd.org>
Wed, 21 Jun 2017 16:51:07 +0000 (16:51 +0000)
committertedu <tedu@openbsd.org>
Wed, 21 Jun 2017 16:51:07 +0000 (16:51 +0000)
commit7f5304916c7ab876a685b421f21db11585b8dd3a
tree3f34050e9417630e36afad99b7f0b12290b58852
parent7de07e68b6ab71cc9741526a589050c1ad38e87c
For a decade or more, we've patched gcc to make -fno-ident the default.
clang doesn't seem to have a command line option for the feature,
so just hard wire it off. We don't need advertisements in our binaries.
ok deraadt
gnu/llvm/lib/MC/MCAsmInfoELF.cpp