aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.site.cfg
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-04-02 23:27:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-02 23:27:31 +0000
commit6f4fa452db89a32b9dfc8ed8ab61834dcdca07ad (patch)
treedf33f9d517b77b3d7a8271e7b164418d7a3a4da9 /test/lit.site.cfg
parent3fa16bd6062e23bcdb82ed4dd965674792e6b761 (diff)
parentceee4f98348e1a34c13efee0cec892ce5d2fa98b (diff)
downloadexternal_llvm-6f4fa452db89a32b9dfc8ed8ab61834dcdca07ad.zip
external_llvm-6f4fa452db89a32b9dfc8ed8ab61834dcdca07ad.tar.gz
external_llvm-6f4fa452db89a32b9dfc8ed8ab61834dcdca07ad.tar.bz2
Merge "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.