We decided to not worry about Atoms for now, it should be straightforward to
authorDaniel Dunbar <daniel@zuster.org>
Wed, 24 Jun 2009 17:00:42 +0000 (17:00 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 24 Jun 2009 17:00:42 +0000 (17:00 +0000)
commit71d259bc4be4f5c7a8a30c6be8da105074ff805a
treeb0ae8bb92b558364d2f86fe249cf3b12dfc19ada
parentd814b2150950114a44b607c90ea7a0725c40a8e6
We decided to not worry about Atoms for now, it should be straightforward to
reintroduce them later.

Also, don't require MCSection* when creating a symbol.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74081 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAtom.h [deleted file]
include/llvm/MC/MCContext.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSymbol.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCContext.cpp
unittests/MC/AsmStreamerTest.cpp