mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Update README.md
This commit is contained in:
parent
556aedf270
commit
f91a14ca03
14
README.md
14
README.md
@ -14,10 +14,12 @@ A quick way to start (on Linux):
|
|||||||
* Clone this repository
|
* Clone this repository
|
||||||
* Run inside directory:
|
* Run inside directory:
|
||||||
|
|
||||||
mkdir build
|
```bash
|
||||||
cd build
|
mkdir build
|
||||||
cmake .. -DLLVM_TARGETS_TO_BUILD:STRING="X86;Mos6502"
|
cd build
|
||||||
make -j4
|
cmake .. -DLLVM_TARGETS_TO_BUILD:STRING="X86;Mos6502"
|
||||||
|
make -j4
|
||||||
|
```
|
||||||
|
|
||||||
If you want to build more targets, append them to the `LLVM_TARGETS_TO_BUILD`
|
If you want to build more targets, append them to the `LLVM_TARGETS_TO_BUILD`
|
||||||
variable. Adjust `-j` option of `make` in case you have more processor cores.
|
variable. Adjust `-j` option of `make` in case you have more processor cores.
|
||||||
@ -34,7 +36,9 @@ Run `make install` as usual.
|
|||||||
|
|
||||||
To run regression tests for the MOS 6502 target, run from `build/`
|
To run regression tests for the MOS 6502 target, run from `build/`
|
||||||
|
|
||||||
make check-llvm-codegen-mos6502
|
```bash
|
||||||
|
make check-llvm-codegen-mos6502
|
||||||
|
```
|
||||||
|
|
||||||
For more information on the LLVM test suite, refer to the [Testing
|
For more information on the LLVM test suite, refer to the [Testing
|
||||||
Guide](http://llvm.org/docs/TestingGuide.html).
|
Guide](http://llvm.org/docs/TestingGuide.html).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user