Store a bit in MCSection saying if it was registered with MCAssembler.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 1 Jun 2015 01:30:01 +0000 (01:30 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 1 Jun 2015 01:30:01 +0000 (01:30 +0000)
commit63702e2bf74af10f755a54d0cade8a7214b783c7
tree162cde906b0378280d62e7b1f495590363414493
parenta66395e18401dd6bc2c840c9f7587d1ec5a05efc
Store a bit in MCSection saying if it was registered with MCAssembler.

With this we can replace a SetVector with a plain std::vector.

llvm-svn: 238706
llvm/include/llvm/MC/MCAssembler.h
llvm/include/llvm/MC/MCSection.h
llvm/lib/MC/MCSection.cpp
llvm/lib/MC/MachObjectWriter.cpp
llvm/lib/MC/WinCOFFObjectWriter.cpp