Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic
authorKevin Enderby <enderby@apple.com>
Thu, 16 Jul 2009 17:56:39 +0000 (17:56 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 16 Jul 2009 17:56:39 +0000 (17:56 +0000)
commitf96db468fcf62d671cda99b68b6cfd3f2dc0b839
tree2f2ec649cdaffcddb153812a764a05cbe96e42dd
parent214d3194034e39351a14093be5711daf507c8c4b
Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic
EmitAssemblerFlag API which takes a value from the added AssemblerFlag
enumerated constants.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76087 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
tools/llvm-mc/AsmParser.cpp