Skip to content
  • Sean Callanan's avatar
    Changed the IRForTarget pass to ensure that all · bad134ff
    Sean Callanan authored
    sel_getName() calls are generated for all Objective-C
    selectors before static literals are moved to the
    static allocation.  This prevents errors of the form
    
    Internal error [IRForTarget]: Couldn't change a static
    reference to an Objective-C selector to a dynamic
    reference
    
    <rdar://problem/11331906>
    
    llvm-svn: 160887
    bad134ff
Loading