[all-commits] [llvm/llvm-project] 183d07: [BPF][Clang] Fix func argument pattern in bpf-stac...

yonghong-song via All-commits all-commits at lists.llvm.org
Sat Jan 21 22:36:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 183d075055c591dedead7ece972f1bdea611aa3b
      https://github.com/llvm/llvm-project/commit/183d075055c591dedead7ece972f1bdea611aa3b
  Author: Yonghong Song <yhs at fb.com>
  Date:   2023-01-21 (Sat, 21 Jan 2023)

  Changed paths:
    M clang/test/CodeGen/bpf-stack-protector.c

  Log Message:
  -----------
  [BPF][Clang] Fix func argument pattern in bpf-stack-protector test

Commit 56b038f887f3("[BPF][clang] Ignore stack protector options for BPF
target") added a test for its corresponding functionality.
Douglas Yung found that the test will fail with the release build
buildbot due to different func argument patterns (from %msg
to %0). This patch fixed the issue by using pattern [0-9a-z]+
which allows both %msg and %0.




More information about the All-commits mailing list