[Lldb-commits] [PATCH] D15527: Add ability to override JIT expr compiler options.
Luke Drummond via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 13 14:36:45 PST 2016
ldrumm updated this revision to Diff 44794.
ldrumm added a comment.
Responding to Sean Callanan's suggestions in previous differential RE accepting an existing set of TargetOptions as the basis to configure a custom set.
http://reviews.llvm.org/D15527
Files:
include/lldb/Target/LanguageRuntime.h
Index: include/lldb/Target/LanguageRuntime.h
===================================================================
--- include/lldb/Target/LanguageRuntime.h
+++ include/lldb/Target/LanguageRuntime.h
@@ -150,7 +150,7 @@
}
virtual OverrideExprOptions *
- GetOverrideExprOptions()
+ GetOverrideExprOptions(const clang::TargetOptions &proto)
{
return nullptr;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15527.44794.patch
Type: text/x-patch
Size: 393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160113/0f733b84/attachment.bin>
More information about the lldb-commits
mailing list