projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4c2a02
)
Remove obsolete FIXME.
author
Jim Grosbach
<grosbach@apple.com>
Mon, 28 Nov 2011 23:23:58 +0000
(23:23 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Mon, 28 Nov 2011 23:23:58 +0000
(23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145313
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/MC/MCMachOStreamer.cpp
patch
|
blob
|
history
diff --git
a/lib/MC/MCMachOStreamer.cpp
b/lib/MC/MCMachOStreamer.cpp
index aa35815dd19c0c8aa30c768c09f3a50dc6b14056..50ab1f864433a3b70d070e70eb7f18859046880b 100644
(file)
--- a/
lib/MC/MCMachOStreamer.cpp
+++ b/
lib/MC/MCMachOStreamer.cpp
@@
-156,8
+156,6
@@
void MCMachOStreamer::EmitAssemblerFlag(MCAssemblerFlag Flag) {
}
void MCMachOStreamer::EmitThumbFunc(MCSymbol *Symbol) {
- // FIXME: Flag the function ISA as thumb with DW_AT_APPLE_isa.
-
// Remember that the function is a thumb function. Fixup and relocation
// values will need adjusted.
getAssembler().setIsThumbFunc(Symbol);