aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-06-02 16:49:03 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2020-06-02 16:49:58 -0700
commit4c53d4801cbbb1b573e4ef758f93ead12e1f59a2 (patch)
treef8f6ee8b4eae4f4798ca964c821a0197fa2a901e /lldb/packages/Python/lldbsuite/test/configuration.py
parent393ac216489773e3676ec7d80c3d993f78a29b6a (diff)
downloadllvm-4c53d4801cbbb1b573e4ef758f93ead12e1f59a2.zip
llvm-4c53d4801cbbb1b573e4ef758f93ead12e1f59a2.tar.gz
llvm-4c53d4801cbbb1b573e4ef758f93ead12e1f59a2.tar.bz2
[lldb/Test] Don't use the env to pass around configuration variables (NFC)
Don't use the environment to pass values to the builder. Use the configuration instead.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/configuration.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py
index 0439c4e..f051522 100644
--- a/lldb/packages/Python/lldbsuite/test/configuration.py
+++ b/lldb/packages/Python/lldbsuite/test/configuration.py
@@ -42,8 +42,10 @@ lldb_framework_path = None
count = 1
# The 'arch' and 'compiler' can be specified via command line.
-arch = None # Must be initialized after option parsing
-compiler = None # Must be initialized after option parsing
+arch = None
+compiler = None
+dsymutil = None
+sdkroot = None
# The overriden dwarf verison.
dwarf_version = 0