diff options
author | rdivacky <rdivacky@FreeBSD.org> | 2009-11-18 14:58:34 +0000 |
---|---|---|
committer | rdivacky <rdivacky@FreeBSD.org> | 2009-11-18 14:58:34 +0000 |
commit | d2e985fd323c167e20f77b045a1d99ad166e65db (patch) | |
tree | 6a111e552c75afc66228e3d8f19b6731e4013f10 /test/Unit | |
parent | ded64d5d348ce8d8c5aa42cf63f6de9dd84b7e89 (diff) | |
download | FreeBSD-src-d2e985fd323c167e20f77b045a1d99ad166e65db.zip FreeBSD-src-d2e985fd323c167e20f77b045a1d99ad166e65db.tar.gz |
Update LLVM to r89205.
Diffstat (limited to 'test/Unit')
-rw-r--r-- | test/Unit/lit.cfg | 3 | ||||
-rw-r--r-- | test/Unit/lit.site.cfg.in | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/test/Unit/lit.cfg b/test/Unit/lit.cfg index 6fd3998..8321593 100644 --- a/test/Unit/lit.cfg +++ b/test/Unit/lit.cfg @@ -7,8 +7,7 @@ import os # name: The name of this test suite. config.name = 'LLVM-Unit' -# suffixes: A list of file extensions to treat as test files, this is actually -# set by on_clone(). +# suffixes: A list of file extensions to treat as test files. config.suffixes = [] # test_source_root: The root path where tests are located. diff --git a/test/Unit/lit.site.cfg.in b/test/Unit/lit.site.cfg.in new file mode 100644 index 0000000..c190ffa --- /dev/null +++ b/test/Unit/lit.site.cfg.in @@ -0,0 +1,10 @@ +## 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") |