aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.site.cfg
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-04-03 14:52:21 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-03 14:52:21 +0000
commit965ee5658f1ede2c660866421a98ca8a1e243fa0 (patch)
treedf33f9d517b77b3d7a8271e7b164418d7a3a4da9 /test/lit.site.cfg
parentaa840b12bb733c809e6e05a7f62ba2c24dbe766c (diff)
parent6f4fa452db89a32b9dfc8ed8ab61834dcdca07ad (diff)
downloadexternal_llvm-965ee5658f1ede2c660866421a98ca8a1e243fa0.zip
external_llvm-965ee5658f1ede2c660866421a98ca8a1e243fa0.tar.gz
external_llvm-965ee5658f1ede2c660866421a98ca8a1e243fa0.tar.bz2
am 6f4fa452: Merge "Update lit.site.cfg to be able to run LLVM tests properly again."
* commit '6f4fa452db89a32b9dfc8ed8ab61834dcdca07ad': Update lit.site.cfg to be able to run LLVM tests properly again.
Diffstat (limited to 'test/lit.site.cfg')
-rw-r--r--test/lit.site.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lit.site.cfg b/test/lit.site.cfg
index 6967b23..3c15650 100644
--- a/test/lit.site.cfg
+++ b/test/lit.site.cfg
@@ -7,6 +7,7 @@ aosp_dir = os.getenv("ANDROID_BUILD_TOP")
# Do not edit!
config.enable_ffi = ""
config.go_executable = ""
+config.gold_executable = "ld"
config.have_ocamlopt = ""
config.have_ocaml_ounit = ""
config.host_triple = "x86_64-unknown-linux-gnu"
@@ -32,7 +33,8 @@ config.host_os = "Linux"
config.host_arch = "x86_64"
config.llvm_use_intel_jitevents = "OFF"
config.llvm_use_sanitizer = ""
-config.have_zlib = "0"
+config.have_zlib = ""
+config.have_dia_sdk = 0
# Support substitution of the tools_dir with user parameters. This is
# used when we can't determine the tool dir at configuration time.