Skip to content
  1. Aug 03, 2012
    • 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
  2. Aug 02, 2012
  3. Jul 04, 2012
  4. Jun 06, 2012
  5. May 04, 2012
  6. Mar 27, 2012
  7. Mar 26, 2012
  8. Mar 16, 2012
  9. Jun 30, 2011
    • Tobias Grosser's avatar
      Buildsystem: Add -no-rtti · 08030711
      Tobias Grosser authored
      Build Polly without run time type info (rtti), as otherwise Polly cannot be
      loaded into a LLVM that is built without rtti.
      
      llvm-svn: 134180
      08030711
  10. Apr 29, 2011
Loading