git://git.jankratochvil.net
/
lldb.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[lldb/Test] Fix missing yaml2obj in Xcode standalone build.
[lldb.git]
/
lldb
/
test
/
API
/
lit.cfg.py
diff --git
a/lldb/test/API/lit.cfg.py
b/lldb/test/API/lit.cfg.py
index
632d883
..
57e7509
100644
(file)
--- a/
lldb/test/API/lit.cfg.py
+++ b/
lldb/test/API/lit.cfg.py
@@
-182,6
+182,9
@@
if config.dsymutil:
if config.filecheck:
dotest_cmd += ['--filecheck', config.filecheck]
+if config.yaml2obj:
+ dotest_cmd += ['--yaml2obj', config.yaml2obj]
+
if config.lldb_libs_dir:
dotest_cmd += ['--lldb-libs-dir', config.lldb_libs_dir]