mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 17:03:28 +00:00
try to change the directory to see if I am getting libc++ this way
This commit is contained in:
parent
e22c4ef09e
commit
4f3d695a1d
2
debian/rules
vendored
2
debian/rules
vendored
@ -737,7 +737,7 @@ endif
|
||||
if test "$(CODECOVERAGE)" = "yes"; then \
|
||||
REPORT=reports/llvm-toolchain.info; \
|
||||
mkdir -p reports/; \
|
||||
lcov --directory $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \
|
||||
lcov --directory . --capture --ignore-errors source --output-file $$REPORT; \
|
||||
lcov --remove $$REPORT "/usr*" -o $$REPORT; \
|
||||
genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \
|
||||
chmod 0755 $(find reports/coverage -type d); \
|
||||
|
Loading…
Reference in New Issue
Block a user