Skip to content

Commit 4423b83

Browse files
author
Pavel V Chupin
committed
[NFC] Fix wrong merge of Readme.md
1 parent 1a25ae7 commit 4423b83

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ conducting experiments. As the implementation becomes more mature, we try to
3434
upstream as much DPC++ support to LLVM main branch as possible. See
3535
[SYCL upstreaming working group notes](/../../wiki/SYCL-upstreaming-working-group-meeting-notes)
3636
for more details.
37-
=======
38-
The LLVM project has multiple components. The core of the project is
39-
itself called "LLVM". This contains all of the tools, libraries, and header
40-
files needed to process intermediate representations and convert them into
41-
object files. Tools include an assembler, disassembler, bitcode analyzer, and
42-
bitcode optimizer. It also contains basic regression tests.
43-
44-
C-like languages use the [Clang](http://clang.llvm.org/) frontend. This
45-
component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode
46-
-- and from there into object files, using LLVM.
4737

4838
Note that this project can be used as a technical foundation for some
4939
proprietary compiler products, which may leverage implementations from this open

0 commit comments

Comments
 (0)