[PATCH] Fix clang-plugin smoke test on Debian
Mark Wielaard
mark@klomp.org
Thu Mar 7 14:21:39 GMT 2024
---
clang-plugin/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clang-plugin/Makefile.in b/clang-plugin/Makefile.in
index 71e3002ec907..698b51f8d634 100644
--- a/clang-plugin/Makefile.in
+++ b/clang-plugin/Makefile.in
@@ -68,7 +68,7 @@ check: @srcdir@/hello.c $(PLUGIN_NAME)
$(CLANG) -fplugin=$(PLUGIN) $(PLUGIN_TEST_OPTIONS) -c @srcdir@/hello.c
$(READELF) --wide --notes hello.o > clang-plugin-test.readelf.out
@ grep --silent -e "annobin built by clang version" clang-plugin-test.readelf.out
- @ grep --silent -e "running on clang version" clang-plugin-test.readelf.out
+ @ grep --silent -e "running on .*clang version" clang-plugin-test.readelf.out
@ grep --silent -e "sanitize_cfi" clang-plugin-test.readelf.out
@ grep --silent -e "SpecLoadHarden" clang-plugin-test.readelf.out
$(ANNOCHECK) --skip-all --test-optimization --test-fortify --test-stack-prot hello.o --verbose
--
2.44.0
More information about the Annobin
mailing list