llvm-project/llvm/include
Chris Lattner aa1526419c 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.

llvm-svn: 79227
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