Skip to content
  1. Sep 04, 2010
  2. Sep 03, 2010
  3. Sep 02, 2010
  4. Sep 01, 2010
  5. Aug 31, 2010
  6. Aug 30, 2010
    • Chris Lattner's avatar
      two changes: · 34bfab0a
      Chris Lattner authored
      1) nuke ConstDataCoalSection, which is dead.
      2) revise my previous patch for rdar://8018335,
        which was completely wrong.  Specifically, it doesn't 
        make sense to mark __TEXT,__const_coal as PURE_INSTRUCTIONS,
        because it is for readonly data.  templates (it turns out)
        go to const_coal_nt.  The real fix for rdar://8018335 was
        to give ConstTextCoalSection a section kind of ReadOnly 
        instead of Text.
      
      llvm-svn: 112496
      34bfab0a
Loading