remove patch applied upstream

This commit is contained in:
Sylvestre Ledru 2022-10-07 17:17:28 +02:00
parent 5ccf04cb42
commit 0f1808502f
2 changed files with 0 additions and 21 deletions

View File

@ -1,20 +0,0 @@
Index: llvm-toolchain-snapshot_16~++20220908094745+0444b40ed339/llvm/include/llvm/Target/TargetMachine.h
===================================================================
--- llvm-toolchain-snapshot_16~++20220908094745+0444b40ed339.orig/llvm/include/llvm/Target/TargetMachine.h
+++ llvm-toolchain-snapshot_16~++20220908094745+0444b40ed339/llvm/include/llvm/Target/TargetMachine.h
@@ -447,13 +447,13 @@ public:
raw_pwrite_stream &, raw_pwrite_stream *,
CodeGenFileType, CGPassBuilderOption,
PassInstrumentationCallbacks *) {
- return make_error<StringError>("buildCodeGenPipeline is not overriden",
+ return make_error<StringError>("buildCodeGenPipeline is not overridden",
inconvertibleErrorCode());
}
virtual std::pair<StringRef, bool> getPassNameFromLegacyName(StringRef) {
llvm_unreachable(
- "getPassNameFromLegacyName parseMIRPipeline is not overriden");
+ "getPassNameFromLegacyName parseMIRPipeline is not overridden");
}
/// Add passes to the specified pass manager to get machine code emitted with

View File

@ -141,4 +141,3 @@ issue-54242.diff
revert-update-doc.diff
unwind-force-pthread-dl.diff
force-sse2-compiler-rt.diff
fix-typo-1018770.diff