llvm-6502/include
Chris Lattner 975780bb59 change AsmPrinter to switch sections using AsmStreamer instead of
doing it directly.  This requires const'izing a bunch of stuff that
took sections, but this seems like the right semantic thing to do:
emitting a label to a section shouldn't mutate the MCSection object
itself, for example.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79227 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-17 05:49:08 +00:00
..
llvm change AsmPrinter to switch sections using AsmStreamer instead of 2009-08-17 05:49:08 +00:00
llvm-c Expose creating constant ints and floats from strings in llvm-c. 2009-08-16 23:36:46 +00:00