]> 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>
Tue, 7 Jun 2022 07:23:16 +0000 (09:23 +0200)
commitb36a81893c6f2cd20087815df2ddeb56dd547813
tree35762abd93b562a24edea5f99b80049ac81f94c4
parent1ae1ae2bf9540fd0f623e6c61f8fe56ca3b572f5
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.
src/argprocessing.cpp
test/suites/base.bash