[compiler-rt] r209282 - [asan] Fix x86 asm instrumentation to preserve flags.

Alexey Samsonov samsonov at google.com
Tue Jul 29 14:26:14 PDT 2014


On Tue, Jul 29, 2014 at 3:42 AM, Evgeniy Stepanov <eugeni.stepanov at gmail.com
> wrote:

> How do I run compiler tests for freshly built clang - i.e. the
> compiler that is used to build tests?
> Checks in projects/compiler-rt/cmake/config-ix.cmake run with the host
> compiler.
> It's kind of weird that some of those results are used to setup
> instrumented cflags, like COMPILER_RT_HAS_WNO_VARIADIC_MACROS_FLAG -
> looks like a bug.
>

Yes, it looks like a bug. We should implement separate compilation tests
that would run
COMPILER_RT_TEST_COMPILER. I don't think there are any at the moment.


>
> On Mon, Jul 28, 2014 at 6:58 PM, İsmail Dönmez <ismail at donmez.ws> wrote:
> > Hi,
> >
> >
> > On Mon, Jul 28, 2014 at 5:42 PM, Evgeniy Stepanov
> > <eugeni.stepanov at gmail.com> wrote:
> >>
> >> That's a compiler that can not target X86, right? I'll fix this.
> >
> >
> > Indeed. Only ARM target is enabled. Thanks!
> >
>



-- 
Alexey Samsonov, Mountain View, CA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140729/0ca7886f/attachment.html>


More information about the llvm-commits mailing list