[Lldb-commits] [PATCH] Append to CFLAGS_EXTRAS and LD_EXTRAS when building cmdline.
Robert Flack
flackr at gmail.com
Thu Apr 9 17:12:05 PDT 2015
REPOSITORY
rL LLVM
================
Comment at: test/plugins/builder_base.py:89
@@ +88,3 @@
+ if k in append_vars and os.environ.has_key(k):
+ v = os.environ[k] + " " + v
+
----------------
Hmm, I think os.environ[k] might need to be escaped in case it contains ' or ".
http://reviews.llvm.org/D8942
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list