search for: isnullliteralhelper

Displaying 2 results from an estimated 2 matches for "isnullliteralhelper".

2012 Oct 16
0
[LLVMdev] [cfe-dev] cmake+ninja build error for compiler-rt sources
...one host compiler vs. the other. > > > As a final note, it turned out to be very easy to fix this. I should have > updated this thread. I think everything will work as of r165863. I am still getting compiler errors for compiler-rt sources as below. Do not know, if the first argument to IsNullLiteralHelper() is to be passed as '0' instead of false, in the below lines. ========================================== /local/home/mahesha/src/12th_Sep/llvm/projects/compiler-rt/lib/asan/tests/asan_noinst_test.cc: In member function ‘virtual void AddressSanitizerInterface_GetAllocatedSizeAndOwnershipTe...
2012 Oct 13
2
[LLVMdev] [cfe-dev] cmake+ninja build error for compiler-rt sources
On Sat, Oct 13, 2012 at 1:09 AM, David Blaikie <dblaikie at gmail.com> wrote: > On Fri, Oct 12, 2012 at 6:14 PM, Chandler Carruth <chandlerc at google.com> > wrote: > > I'm seeing this too. CC'ing the author ubsan stuff. > > > > Richard, I know you were OK with only supporting Clang-bootstraps, but I > > don't think that's terribly viable