Closed zhouronghua closed 1 month ago
Attention: Patch coverage is 28.57143%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 40.60%. Comparing base (
0cc0c62
) to head (0e3db1b
). Report is 78 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/compiler/gcc.rs | 16.66% | 0 Missing and 5 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
the patch doesn't apply and what is "INF-2296" ? :)
the patch has nothing to do with split dwarf. please reopen when it is fixed
sorry for I have not replied in holiday.
I didn't find way to reopen the PULL REQUEST, so I create another PR in https://github.com/mozilla/sccache/pull/2264
when output dir changed, and -g -gsplit-dwarf is enabled, new object file should be gererated, but not old cached object.
case:
1 echo "int test(){}" > test.cc
2 mkdir o1 o2
3 sccache g++ -c -g -gsplit-dwarf test.cc -o o1/test.o
4 sccache -z
5 sccache g++ -c -g -gsplit-dwarf test.cc -o o2/test.o
6 strings o2/test.o |grep o2/test.dwo