[llvm-bugs] [Bug 26884] clang O3/O2 error for Linpack with NEON instructions

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 11 08:06:59 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=26884

Renato Golin <renato.golin at linaro.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Renato Golin <renato.golin at linaro.org> ---
These errors are from the header file, which is your system's header (host),
not the target.

Just add the option: --sysroot=/usr/arm-whatever-you-have and it'll find the
right libraries, headers, etc.

I just did that here and it worked.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160411/ee8fdac7/attachment.html>


More information about the llvm-bugs mailing list