File tree 1 file changed +0
-10
lines changed 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,6 @@ conducting experiments. As the implementation becomes more mature, we try to
34
34
upstream as much DPC++ support to LLVM main branch as possible. See
35
35
[ SYCL upstreaming working group notes] ( /../../wiki/SYCL-upstreaming-working-group-meeting-notes )
36
36
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.
47
37
48
38
Note that this project can be used as a technical foundation for some
49
39
proprietary compiler products, which may leverage implementations from this open
You can’t perform that action at this time.
0 commit comments