Skip to content

Commit d0f7363

Browse files
committed
Update outdated LLVM comment
1 parent d377991 commit d0f7363

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

compiler/rustc_codegen_llvm/src/llvm_util.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,7 @@ impl<'a> IntoIterator for LLVMFeature<'a> {
192192
// to LLVM or the feature detection code will walk past the end of the feature
193193
// array, leading to crashes.
194194
//
195-
// To find a list of LLVM's names, check llvm-project/llvm/include/llvm/Support/*TargetParser.def
196-
// where the * matches the architecture's name
197-
//
198-
// For targets not present in the above location, see llvm-project/llvm/lib/Target/{ARCH}/*.td
195+
// To find a list of LLVM's names, see llvm-project/llvm/lib/Target/{ARCH}/*.td
199196
// where `{ARCH}` is the architecture name. Look for instances of `SubtargetFeature`.
200197
//
201198
// Beware to not use the llvm github project for this, but check the git submodule

0 commit comments

Comments
 (0)