[llvm] r231270 - Make DataLayout Non-Optional in the Module
Mehdi Amini
mehdi.amini at apple.com
Wed Mar 4 13:59:55 PST 2015
> On Mar 4, 2015, at 1:41 PM, Alexey Samsonov <vonosmas at gmail.com> wrote:
>
>
> On Wed, Mar 4, 2015 at 1:02 PM, Mehdi Amini <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com>> wrote:
>
> > On Mar 4, 2015, at 12:41 PM, H.J. Lu <hjl.tools at gmail.com <mailto:hjl.tools at gmail.com>> wrote:
> >
> > I got
> >
> > lib/Transforms/Instrumentation/DataFlowSanitizer.cpp:593: Blank line
> > at the start of a code block. Is this needed?
> > [whitespace/blank_line] [2]
> > projects/compiler-rt/lib/CMakeFiles/SanitizerLintCheck.dir/build.make:49:
> > recipe for target
> > 'projects/compiler-rt/lib/CMakeFiles/SanitizerLintCheck' failed
> > gmake[6]: *** [projects/compiler-rt/lib/CMakeFiles/SanitizerLintCheck] Error 1
>
> Reid fixed it in the meantime.
>
> Thanks for reporting it though.
>
> How do I run these lint test, I need to get this part of my workflow.
> I haven’t seen any reference to lint in the programmer manual or the other documentations on llvm.org <http://llvm.org/>
>
> These failures should no longer be present after r231289.
Sure, but "ninja check” didn’t catch it locally for me, so I’m still interested to know how to reproduce so that I catch it locally before breaking a bot next time.
—
Mehdi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150304/fbc6c331/attachment.html>
More information about the llvm-commits
mailing list