]> git.ipfire.org Git - thirdparty/ccache.git/commit
Support clang options for compiling with sampled profiles (#589)
authorOlle Liljenzin <olle@liljenzin.se>
Fri, 8 May 2020 17:12:05 +0000 (19:12 +0200)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 17:12:05 +0000 (19:12 +0200)
commit4b1b7d4b36c036c190831d9283f8c1e22e640e24
tree4f74eb2e1b20df2226915afb6e5450d1847bd8c1
parentad5a36e9c3e0b4e2a57745f197f4ef29cc37a67d
Support clang options for compiling with sampled profiles (#589)

Add support for -fprofile-sample-use and -fprofile-sample-accurate.
src/argprocessing.cpp
src/ccache.cpp
test/suites/profiling_clang.bash