]> granicus.if.org Git - clang/commit
Add -fno-function-sections and -fno-data-sections. Since
authorNick Lewycky <nicholas@mxc.ca>
Fri, 11 Oct 2013 03:35:10 +0000 (03:35 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 11 Oct 2013 03:35:10 +0000 (03:35 +0000)
commitff05979144fc199e229aaeb1d248867d87d0d866
tree6cf6ef9dd7e76bb38adebc6d508911c2e0829da2
parentd4705688feb77cbb8317d1c1a1fdbff5ccdf2d10
Add -fno-function-sections and -fno-data-sections. Since
-f{function,data}-sections had no tests at all, add some, and verify that the
-fno variants work as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192413 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/sections.c [new file with mode: 0644]