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

Ted Kremenek <[email protected]> changed:

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

--- Comment #7 from Ted Kremenek <[email protected]> 2012-01-26 17:28:08 CST 
---
(In reply to comment #6)
> Hi, I have had the same issue with ARC'd code (I raised bug 11845 before I
> realised this was a duplicate). When I apply your latest revision I get this
> issue:
> 
> error: -fobjc-arc is not supported with fragile abi
> 
> I therefore modified ccc-analyzer as follows:-
> 
> added in '-fobjc-abi-version' => 2 in the CompileOptionMap
> 
> This fixed the issue although the analyse took a long time (seems to firstly
> compile all the sources, then run analyse on all sources).

-fobjc-abi-version always has '=', so it should be:

   '-fobjc-abi-version' => 0

Does that not work?

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to