aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.site.cfg
diff options
context:
space:
mode:
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.