Go to file
Chris Lattner 40bbb85949 add support for some targetflags on GV operands. This allows us to
send instructions like:

NEW: 	movl	"L___stack_chk_guard$non_lazy_ptr" - "L1$pb"(%esi), %eax
OLD: 	movl	L___stack_chk_guard$non_lazy_ptr-"L1$pb"(%esi), %eax

through the streamer.  Several fixmes.

llvm-svn: 79317
2009-08-18 05:33:27 +00:00
clang Fix some made up triples. 2009-08-18 05:30:27 +00:00
compiler-rt Temporary define HAVE_SYSCONF until cmake checks are done. 2009-08-10 01:02:16 +00:00
llvm add support for some targetflags on GV operands. This allows us to 2009-08-18 05:33:27 +00:00