[llvm] e9db4fc - NFC: remove stray extra space from llvm.spec.in
Paul Osmialowski via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 29 03:01:46 PDT 2023
Author: Paul Osmialowski
Date: 2023-03-29T11:01:35+01:00
New Revision: e9db4fc4db79a59a64e2e413c1f6e1365b1dfb5d
URL: https://github.com/llvm/llvm-project/commit/e9db4fc4db79a59a64e2e413c1f6e1365b1dfb5d
DIFF: https://github.com/llvm/llvm-project/commit/e9db4fc4db79a59a64e2e413c1f6e1365b1dfb5d.diff
LOG: NFC: remove stray extra space from llvm.spec.in
Signed-off-by: Paul Osmialowski <pawel.osmialowski at arm.com>
Added:
Modified:
llvm/llvm.spec.in
Removed:
################################################################################
diff --git a/llvm/llvm.spec.in b/llvm/llvm.spec.in
index d07864581f10..8d6ae755e960 100644
--- a/llvm/llvm.spec.in
+++ b/llvm/llvm.spec.in
@@ -15,7 +15,7 @@ BuildRequires: gcc >= 3.4
LLVM is a compiler infrastructure designed for compile-time, link-time, runtime,
and idle-time optimization of programs from arbitrary programming languages.
LLVM is written in C++ and has been developed since 2000 at the University of
-Illinois and Apple. It currently supports compilation of C and C++ programs,
+Illinois and Apple. It currently supports compilation of C and C++ programs,
using front-ends derived from GCC 4.0.1. A new front-end for the C family of
languages is in development. The compiler infrastructure
includes mirror sets of programming tools as well as libraries with equivalent
More information about the llvm-commits
mailing list