Go to file
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
clang Update lexer to work with the new APFloat string parsing. 2009-08-16 23:36:28 +00:00
compiler-rt Temporary define HAVE_SYSCONF until cmake checks are done. 2009-08-10 01:02:16 +00:00
llvm change AsmPrinter to switch sections using AsmStreamer instead of 2009-08-17 05:49:08 +00:00