https://llvm.org/bugs/show_bug.cgi?id=23556
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #4 from Richard Smith <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
