Skip to content

Commit 199bb93

Browse files
authored
Merge pull request torvalds#712 from ojeda/gentarget-comment
scripts: generate_rust_target: add comment on `llvm-target`
2 parents 6c1a3fa + 1be9728 commit 199bb93

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)