Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.
[oota-llvm.git] / include / llvm / Support / circular_raw_ostream.h
2009-12-23 David GreeneAdd circular_raw_ostream, which buffers its output...