http://llvm.org/bugs/show_bug.cgi?id=18267

Bill Schmidt <[email protected]> changed:

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

--- Comment #2 from Bill Schmidt <[email protected]> ---
Andreas, this appears to be an occasional problem with gcc when
-fvisibility-inlines-hidden is used to compile C++ source.  I've spoken with
another person who's seen this before.  So far as I can tell, there hasn't been
a bug opened against GCC for this problem.  That would be the appropriate route
to take.  Meanwhile, it looks like Makefile.rules gives you a way to disable
that flag when building:

ifeq ($(ENABLE_VISIBILITY_INLINES_HIDDEN),1)                                    
    CXX.Flags += -fvisibility-inlines-hidden                                    
endif                                                                           

You should be able to make progress by disabling that flag.

Closing this as "not a bug in Clang/LLVM."

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to