Skip to content
  1. Aug 02, 2009
    • Chris Lattner's avatar
      Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter · 0c40266b
      Chris Lattner authored
      compute it based on what it knows.  As part of this, rename getSectionForMergeableConstant
      to getSectionForConstant because it works for non-mergable constants also.
      
      The only functionality change from this is that Xcore will start dropping
      its jump tables into readonly section instead of data section in -static mode.
      This should be fine as the linker resolves the relocations.  If this is a
      problem, let me know and we'll come up with another solution.
      
      llvm-svn: 77833
      0c40266b
  2. Aug 01, 2009
  3. Jul 31, 2009
  4. Jul 29, 2009
  5. Jul 28, 2009
Loading