[llvm-bugs] [Bug 40122] Cannot bootstrap clang/llvm in Chrome OS

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 8 14:25:48 PST 2019


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

Manoj Gupta <manojgupta at google.com> changed:

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

--- Comment #8 from Manoj Gupta <manojgupta at google.com> ---
Ok, I confirmed that the problem is not a llvm issue but rather caused by an
issue in binutils header files installation in Chrome OS SDK when
bootstrapping.

llvm was expecting demangle.h in /usr/include but it is not installed there but
rather in a different location.
r344218 somehow made cmake report this as a fatal error instead of ignoring it.

-- 
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/20190108/0dae4386/attachment.html>


More information about the llvm-bugs mailing list