Let target asm backends see assembler flags as they go by. Use that to handle
authorJim Grosbach <grosbach@apple.com>
Wed, 8 Dec 2010 01:16:55 +0000 (01:16 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 8 Dec 2010 01:16:55 +0000 (01:16 +0000)
commit5be6d2af38c29e3653998978345220974cc40c01
tree6c08f8d9129cbaef8c42c7e2219174b6e78f0f46
parent1b19dc1d8b7594434ea9a157bfe2ae68eabf9f05
Let target asm backends see assembler flags as they go by. Use that to handle
thumb vs. arm mode differences in WriteNopData().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121219 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmBackend.h
lib/MC/MCMachOStreamer.cpp
lib/Target/ARM/ARMAsmBackend.cpp