[Lldb-commits] [PATCH] Add "target.jit-args" settings

Tong Shen endlessroad at google.com
Tue Sep 23 13:59:54 PDT 2014


Hi clayborg, tfiala,

We need an interface to apply compile flags to JIT compiler.

For example, if target is built with -fno-rtti and but JIT compiler does not specify that, JIT'ed code will try to access inexistent RTTI objects. This behavior causes LLVM ExecutionEngine to crash directly.

http://reviews.llvm.org/D5472

Files:
  include/lldb/Expression/ClangExpressionParser.h
  include/lldb/Target/Target.h
  source/Commands/CommandObjectSettings.cpp
  source/Expression/ClangExpressionParser.cpp
  source/Expression/ClangFunction.cpp
  source/Expression/ClangUserExpression.cpp
  source/Expression/ClangUtilityFunction.cpp
  source/Target/Target.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5472.14016.patch
Type: text/x-patch
Size: 7161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140923/f964043d/attachment.bin>


More information about the lldb-commits mailing list