[PATCH 11/22] covoar: Account for build path change
Alex White
alexanderjwhite at gmail.com
Mon Mar 1 20:01:18 UTC 2021
Covoar had not been updated to account for the paths used by the new
build system. This has been fixed.
---
tester/covoar/covoar.cc | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tester/covoar/covoar.cc b/tester/covoar/covoar.cc
index 84d883a..bf95cb4 100644
--- a/tester/covoar/covoar.cc
+++ b/tester/covoar/covoar.cc
@@ -69,11 +69,6 @@ static void createBuildPath(Executables& executablesToAnalyze,
}
}
++pri;
- if (pri == eparts.rend() || *pri != "c") {
- fail = "invalid executable path, no 'c'";
- break;
- }
- ++pri;
if (pri == eparts.rend()) {
fail = "invalid executable path, no arch prefix";
break;
--
2.27.0
More information about the devel
mailing list