Files
clang-p2996/clang/test/CodeGen/bpf-stack-protector.c
Yonghong Song 183d075055 [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.
2023-01-21 22:33:15 -08:00

1.2 KiB