summaryrefslogtreecommitdiffstats
path: root/clang/test/Unit/lit.cfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Unit/lit.cfg.py')
-rw-r--r--clang/test/Unit/lit.cfg.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Unit/lit.cfg.py b/clang/test/Unit/lit.cfg.py
index 342b6928ece..a6e906b3a87 100644
--- a/clang/test/Unit/lit.cfg.py
+++ b/clang/test/Unit/lit.cfg.py
@@ -42,6 +42,8 @@ def find_shlibpath_var():
yield 'DYLD_LIBRARY_PATH'
elif platform.system() == 'Windows':
yield 'PATH'
+ elif platform.system() == 'AIX':
+ yield 'LIBPATH'
for shlibpath_var in find_shlibpath_var():
# in stand-alone builds, shlibdir is clang's build tree
OpenPOWER on IntegriCloud