mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 03:07:06 +00:00
11 lines
375 B
INI
11 lines
375 B
INI
|
## Autogenerated by LLVM/Clang configuration.
|
||
|
# Do not edit!
|
||
|
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
|
||
|
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
|
||
|
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
|
||
|
config.llvmgcc_dir = "@LLVMGCCDIR@"
|
||
|
config.llvm_build_mode = "@LLVM_BUILD_MODE@"
|
||
|
|
||
|
# Let the main config do the real work.
|
||
|
lit.load_config(config, "@LLVM_SOURCE_DIR@/test/Unit/lit.cfg")
|