public inbox for annobin@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: annobin@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Fix clang-plugin smoke test on Debian
Date: Thu,  7 Mar 2024 15:21:39 +0100	[thread overview]
Message-ID: <20240307142139.125775-1-mark@klomp.org> (raw)

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


             reply	other threads:[~2024-03-07 14:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-07 14:21 Mark Wielaard [this message]
2024-03-08 15:20 ` Nick Clifton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240307142139.125775-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=annobin@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).