Skip to content
  • Tobias Grosser's avatar
    cmake: Fix building of Polly on Apple system · 5a2925c6
    Tobias Grosser authored
    The Apple linker fails by default, if some function calls can not be resolved at
    link time. However, all functions that are part of LLVM itself will not be
    linked into Polly, but will be provided by the compiler that Polly is loaded
    into.  Hence, during linking we need to ignore failures due to unresolved
    function calls.
    
    llvm-svn: 161234
    5a2925c6
Loading