public inbox for annobin@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix clang-plugin smoke test on Debian
@ 2024-03-07 14:21 Mark Wielaard
  2024-03-08 15:20 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2024-03-07 14:21 UTC (permalink / raw)
  To: annobin; +Cc: Mark Wielaard

---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix clang-plugin smoke test on Debian
  2024-03-07 14:21 [PATCH] Fix clang-plugin smoke test on Debian Mark Wielaard
@ 2024-03-08 15:20 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2024-03-08 15:20 UTC (permalink / raw)
  To: Mark Wielaard, annobin

Hi Mark,

> 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

Thanks - patch applied.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-08 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07 14:21 [PATCH] Fix clang-plugin smoke test on Debian Mark Wielaard
2024-03-08 15:20 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).