[LLVMbugs] [Bug 23556] compiler-rt build fails with "member reference base type 'volatile atomic_flag' "
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Mon May 18 19:20:13 PDT 2015
    
    
  
https://llvm.org/bugs/show_bug.cgi?id=23556
Richard Smith <richard-llvm at metafoo.co.uk> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
--- Comment #4 from Richard Smith <richard-llvm at metafoo.co.uk> ---
This appears to be a bug in your packaging. The patch
'force-gcc-header-obj.diff' is adding GCC's builtin includes to clang's search
path, which is not something we support.
If (as the patch suggests) the goal is to get objc/objc.h into a search path
that Clang will look in, perhaps adding a symlink to Clang's builtin headers
directory would work instead?
-- 
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/20150519/c281486c/attachment.html>
    
    
More information about the llvm-bugs
mailing list