mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 17:38:39 +00:00
Small format/grammar changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48723 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ae851b63af
commit
16b412c6e2
@ -1,13 +1,13 @@
|
|||||||
Tutorial - Writing LLVMCC Configuration files
|
Tutorial - Writing LLVMCC Configuration files
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
LLVMCC is a generic compiler driver(just like ``gcc``), designed to be
|
LLVMCC is a generic compiler driver (just like ``gcc``), designed to be
|
||||||
customizable and extensible. Its job is essentially to transform a set
|
customizable and extensible. Its job is essentially to transform a set
|
||||||
of input files into a set of targets, depending on configuration rules
|
of input files into a set of targets, depending on configuration rules
|
||||||
and user options. This tutorial describes how one can write
|
and user options. This tutorial describes how one can write
|
||||||
configuration files for ``llvmcc``.
|
configuration files for ``llvmcc``.
|
||||||
|
|
||||||
Since LLVMCC uses TableGen [1]_ as the language of its configuration
|
Because LLVMCC uses TableGen [1]_ as the language of its configuration
|
||||||
files, you need to be familiar with it.
|
files, you need to be familiar with it.
|
||||||
|
|
||||||
Describing a toolchain
|
Describing a toolchain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user