Skip to content
  • David Terei's avatar
    Add support of TNTC to llvm backend · 24a3fee9
    David Terei authored
    We do this through a gnu as feature called subsections,
    where you can put data/code into a numbered subsection
    and those subsections will be joined together in descending
    order by gas at compile time.
    24a3fee9