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

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Jul 29 03:42:23 PDT 2014


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.

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!
>




More information about the llvm-commits mailing list