Skip to content

Commit f635f9d

Browse files
committed
turn a comment into an actual doc comment
1 parent 4e4658f commit f635f9d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/bootstrap/native.rs

+7-7
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ impl LdFlags {
6363
}
6464
}
6565

66-
// This returns whether we've already previously built LLVM.
67-
//
68-
// It's used to avoid busting caches during x.py check -- if we've already built
69-
// LLVM, it's fine for us to not try to avoid doing so.
70-
//
71-
// This will return the llvm-config if it can get it (but it will not build it
72-
// if not).
66+
/// This returns whether we've already previously built LLVM.
67+
///
68+
/// It's used to avoid busting caches during x.py check -- if we've already built
69+
/// LLVM, it's fine for us to not try to avoid doing so.
70+
///
71+
/// This will return the llvm-config if it can get it (but it will not build it
72+
/// if not).
7373
pub fn prebuilt_llvm_config(
7474
builder: &Builder<'_>,
7575
target: TargetSelection,

0 commit comments

Comments
 (0)