-
Notifications
You must be signed in to change notification settings - Fork 5
selftests/bpf: propagate LLVM toolchain into runqslower sub-make #6393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selftests/bpf: propagate LLVM toolchain into runqslower sub-make #6393
Conversation
|
Upstream branch: d6ec090 |
73c6b0b to
0bdd2b9
Compare
|
Upstream branch: d6ec090 |
30ddebe to
e206f45
Compare
0bdd2b9 to
729c7ba
Compare
|
Upstream branch: d088da9 |
e206f45 to
4d3323f
Compare
729c7ba to
623bab9
Compare
|
Upstream branch: e0940c6 |
4d3323f to
163c353
Compare
623bab9 to
fe03c14
Compare
|
Upstream branch: 792f258 |
163c353 to
0330130
Compare
fe03c14 to
65bfb85
Compare
|
Upstream branch: 878ee3c |
0330130 to
621bd56
Compare
65bfb85 to
b1f8b58
Compare
|
Upstream branch: ae24fc8 |
621bd56 to
3a950b1
Compare
b1f8b58 to
8f7081b
Compare
|
Upstream branch: b7f7d76 |
3a950b1 to
b9e6885
Compare
8f7081b to
c347688
Compare
|
Upstream branch: 4dd3a48 |
b9e6885 to
95684e4
Compare
c347688 to
fb42a92
Compare
|
Upstream branch: 8f7cf30 |
95684e4 to
bfa8d82
Compare
fb42a92 to
3282beb
Compare
|
Upstream branch: c427320 |
bfa8d82 to
603d94c
Compare
3282beb to
067f842
Compare
|
Upstream branch: fad8040 |
603d94c to
4cb549b
Compare
067f842 to
3bd2c43
Compare
|
Upstream branch: acf8726 |
4cb549b to
2fced77
Compare
3bd2c43 to
71c4be1
Compare
|
Upstream branch: 4617b30 |
2fced77 to
0589597
Compare
71c4be1 to
9b3817c
Compare
|
Upstream branch: 590699d |
0589597 to
c96bf54
Compare
9b3817c to
90dfd48
Compare
The runqslower build invokes a nested make, but the selected LLVM
toolchain (via LLVM=-<version>) is not propagated. This causes the
sub-make to call the system-default 'clang' and 'llvm-strip' even when
a specific LLVM version is intended.
# LLVM=-20 V=1 make -C tools/testing/selftests/bpf
...
make -C tools/bpf/runqslower ...
clang -g -O2 --target=bpfel -I... -c runqslower.bpf.c -o runqslower.bpf.o && \
llvm-strip -g runqslower.bpf.o
/bin/sh: 1: clang: not found
(expected: clang-20 and llvm-strip-20)
Propagate CLANG and LLVM_STRIP to the sub-make to ensure LLVM version
consistency across all builds.
Signed-off-by: Hoyeon Lee <[email protected]>
|
Upstream branch: f2cb066 |
c96bf54 to
09bdbf3
Compare
90dfd48 to
1559a3a
Compare
|
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=1025135 expired. Closing PR. |
Pull request for series with
subject: selftests/bpf: propagate LLVM toolchain into runqslower sub-make
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=1025135