[Lldb-commits] [PATCH] Add "target.jit-args" settings
Todd Fiala
tfiala at google.com
Thu Oct 9 18:25:37 PDT 2014
I reversed this out with this change:
```
svn commit
Sending include/lldb/Expression/ClangExpressionParser.h
Sending include/lldb/Target/Target.h
Sending source/Expression/ClangExpressionParser.cpp
Sending source/Expression/ClangFunction.cpp
Sending source/Expression/ClangUserExpression.cpp
Sending source/Expression/ClangUtilityFunction.cpp
Sending source/Interpreter/Args.cpp
Sending source/Target/Target.cpp
Transmitting file data ........
Committed revision 219461.
```
This was due to this bug introduced by the change:
http://llvm.org/bugs/show_bug.cgi?id=21190
Greg had this suggestion to try as a possible way to solve this issue without needing the alternate quote handling:
```
Just a note for Tong: You can use single or double quotes to get around not being able to quote things:
(lldb) expression --jit-args='-foo "Bar" -baz "123"'
Not sure if that would help Tong's issue.
```
We'll want to get the actual compiler args back in, just without the quote handling changes.
http://reviews.llvm.org/D5472
More information about the lldb-commits
mailing list