]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Fall back to compiler when producing assembler listing file
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 6 Jun 2022 20:23:00 +0000 (22:23 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 20 Aug 2022 11:30:27 +0000 (13:30 +0200)
commitc532b79d60c8f22e4a66d8f93b927f79e88b94dd
tree79cfcb07cafc66a4786a0c68c510cdb4938585e1
parentb5825e10df347ec8bba299bbd182562fbe3c199d
fix: Fall back to compiler when producing assembler listing file

Ccache currently doesn't store the listing produced by -Wa,...=file, so
fall back to running the real compiler.

See #1083.

(cherry picked from commit b36a81893c6f2cd20087815df2ddeb56dd547813)
src/argprocessing.cpp
test/suites/base.bash