summaryrefslogtreecommitdiffstats
path: root/lldb/test/api/check_public_api_headers
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2015-03-27 20:47:35 +0000
committerAdrian McCarthy <amccarth@google.com>2015-03-27 20:47:35 +0000
commitb016b3cfea6fad336e72c1222555f6a3ef6ef8b4 (patch)
tree5c307464d58df4d29e13b2618e3218cb5162308f /lldb/test/api/check_public_api_headers
parent988a7f8b79923d8ef0e1501f22fbc38d513beb19 (diff)
downloadbcm5719-llvm-b016b3cfea6fad336e72c1222555f6a3ef6ef8b4.tar.gz
bcm5719-llvm-b016b3cfea6fad336e72c1222555f6a3ef6ef8b4.zip
Fix lld command on Windows for many tests.
llvm-svn: 233416
Diffstat (limited to 'lldb/test/api/check_public_api_headers')
-rw-r--r--lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py b/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
index b0108c1801d..6dfc51bcb27 100644
--- a/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
+++ b/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
@@ -15,6 +15,7 @@ class SBDirCheckerCase(TestBase):
def setUp(self):
TestBase.setUp(self)
self.lib_dir = os.environ["LLDB_LIB_DIR"]
+ self.implib_dir = os.environ["LLDB_IMPLIB_DIR"]
self.template = 'main.cpp.template'
self.source = 'main.cpp'
self.exe_name = 'a.out'
OpenPOWER on IntegriCloud