add details for csky-unknown-linux-gnuabiv2 and add docs

This commit is contained in:
Dirreke
2023-07-19 22:33:34 +08:00
committed by dirreke
parent 9e5fb333f7
commit 184a9afffb
8 changed files with 145 additions and 56 deletions

View File

@@ -261,7 +261,7 @@ impl<'ll, 'tcx> AsmBuilderMethods<'tcx> for Builder<'_, 'll, 'tcx> {
InlineAsmArch::M68k => {
constraints.push("~{ccr}".to_string());
}
InlineAsmArch::CSKY => {} // https://github.com/llvm/llvm-project/blob/8b76aea8d8b1b71f6220bc2845abc749f18a19b7/clang/lib/Basic/Targets/CSKY.h getClobers()
InlineAsmArch::CSKY => {}
}
}
if !options.contains(InlineAsmOptions::NOMEM) {