Displaying 2 results from an estimated 2 matches for "_builder".
Did you mean:
builder
2015 Jul 13
2
[LLVMdev] Problem with InsertPointGuard ABI?
...G macro is set. It happens on
OSX system only, trunk version of the LLVM built with brew.
I suspect it is the ABI problem. InsertPointGuard uses AssertingVT for
debug builds.
LLDB gets confused also. The first listing shows that the instance of
InsertPointGuard is messed up:
96 auto check = _builder.GetInsertBlock();
97 {
98 llvm::IRBuilderBase::InsertPointGuard guard{_builder};
-> 99 _builder.SetInsertPoint(checkBB);
100 }
101
102 if (_builder.GetInsertBlock() != check)
(lldb) p _builder
(llvm::IRBuilder<true, llvm::ConstantFolder,
llvm::IRBuilderDefaultInserter<...
2008 Feb 26
0
Best way to log output from custom plugin on build finish
...to add some logging information from my custom
plugin to the build output, but no luck. I have been using variations
of
CruiseControl::Log.event("...")
CruiseControl::Log.info("...")
but nothing I try seems to output anywhere. I have looked in the
build.log, production.log, _builder.log, etc
Any help explaining how to log and where the messages will show up
will be appreciated.
I am hoping for my plugin messages to end up in the build.log output,
something like
C:/tools/cruisecontrolrb/cruisecontrolrb-1.2.1/projects/xxxx-deploy/work
jmorris2$ ruby -e "require '...