Skip to content
  1. Oct 31, 2006
  2. Oct 30, 2006
  3. Oct 28, 2006
  4. Oct 26, 2006
  5. Oct 24, 2006
  6. Oct 21, 2006
  7. Oct 18, 2006
  8. Oct 17, 2006
  9. Oct 13, 2006
  10. Oct 12, 2006
  11. Oct 11, 2006
  12. Oct 09, 2006
  13. Oct 06, 2006
  14. Oct 05, 2006
  15. Oct 04, 2006
  16. Sep 29, 2006
  17. Sep 28, 2006
  18. Sep 27, 2006
  19. Sep 26, 2006
    • Chris Lattner's avatar
      Compile: · ad4e7eb5
      Chris Lattner authored
      int x __attribute__((used));
      
      to:
      
              .data
      .comm _x,4              ; 'x'
              .no_dead_strip  _x
      
      on both x86 and ppc darwin targets.
      
      llvm-svn: 30605
      ad4e7eb5
Loading