Skip to content

Commit 1be9728

Browse files
committed
scripts: generate_rust_target: add comment on llvm-target
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 486c2cd commit 1be9728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/generate_rust_target.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ fn main() {
147147
let cfg = KernelConfig::from_stdin();
148148
let mut ts = TargetSpec::new();
149149

150+
// `llvm-target`s are taken from `scripts/Makefile.clang`.
150151
if cfg.has("ARM") {
151152
ts.push("arch", "arm");
152153
ts.push(

0 commit comments

Comments
 (0)