mirror of
https://github.com/touchHLE/touchHLE.git
synced 2026-01-31 01:25:24 +01:00
Updated tests readme
Change-Id: Iea3e55df11874cdf1701ad8acba10e8f1eeff73d
This commit is contained in:
@@ -17,13 +17,13 @@ Building
|
||||
|
||||
### Compiler Setup
|
||||
|
||||
Clang is required to build the TestApp binary, and should be placed (or symlinked) at `tests/TestApp_build/llvm/bin/clang`. While modern versions of clang may work fine, only clang 12 (listed below) is tested and used in CI.
|
||||
Clang is required to build the TestApp binary, and should be placed (or symlinked) at `tests/llvm/bin/clang`. While modern versions of clang may work fine, only clang 12 (listed below) is tested and used in CI.
|
||||
|
||||
* [LLVM 12.0.1 Windows x64 release binaries](https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/LLVM-12.0.1-win64.exe) (extract it with 7-zip)
|
||||
* [LLVM 12.0.0 macOS x64 release binaries](https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/clang+llvm-12.0.0-x86_64-apple-darwin.tar.xz) (extract it with `tar -xf`)
|
||||
* [Other versions](https://github.com/llvm/llvm-project/releases/tag/llvmorg-12.0.0) (though you might need to build LLVM yourself, sorry :c)
|
||||
|
||||
Extract LLVM to `tests/llvm`, so that `tests/TestApp_build/llvm/bin/clang` (with `.exe` suffix, on Windows) is the path to Clang.
|
||||
Extract LLVM to `tests/llvm`, so that `tests/llvm/bin/clang` (with `.exe` suffix, on Windows) is the path to Clang.
|
||||
|
||||
### Linker setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user