[LLVMbugs] [Bug 13757] An Xcode project that can't be built from scan-build

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 14 12:09:49 PDT 2012


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

Ted Kremenek <kremenek at apple.com> changed:

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

--- Comment #6 from Ted Kremenek <kremenek at apple.com> 2012-09-14 14:09:49 CDT ---
This should now be automatically handled by r163927.  It defines away the
problem by using new build settings in Xcode 4.5 to do the interposition
instead of requiring the user to specify --use-cc to get the original compiler
they intended to use for compilation.  Aside from doing full build
interposition, there is no good general solution for this other than utilizing
this build system support.

This should appear in checker-269.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list