[llvm-dev] Error compiling libc++ for ARMv6

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 28 04:44:23 PDT 2015


On Sun, Sep 27, 2015 at 06:39:40PM -0700, JF Bastien wrote:
> I'm still struggling to understand your specific objection. It sounds like
> you have something in mind, as well as a proposed alternative, could you
> describe that?
> 
> Checking for Linux in the triple is indeed a requirement! I'd like to
> discuss concrete objections beyond being Linux specific.

Do not add anything in Clang *itself* that calls the kernel functions
directly. Do not add any calls without Linux conditionals to any runtime
library in LLVM. That's pretty much the whole point I want to make.

Joerg


More information about the llvm-dev mailing list