File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
compiler/rustc_codegen_llvm/src Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -192,10 +192,7 @@ impl<'a> IntoIterator for LLVMFeature<'a> {
192
192
// to LLVM or the feature detection code will walk past the end of the feature
193
193
// array, leading to crashes.
194
194
//
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
199
196
// where `{ARCH}` is the architecture name. Look for instances of `SubtargetFeature`.
200
197
//
201
198
// Beware to not use the llvm github project for this, but check the git submodule
You can’t perform that action at this time.
0 commit comments