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:
69300a2
)
Add FIXME.
author
Jim Grosbach
<grosbach@apple.com>
Fri, 5 Nov 2010 17:37:13 +0000
(17:37 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 5 Nov 2010 17:37:13 +0000
(17:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118280
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMAsmPrinter.cpp
b/lib/Target/ARM/ARMAsmPrinter.cpp
index ced779f9b3c17a47f0c5890d23753cf5d4040acb..d7afcd54b58ad195bbe90271a1aefced801b2fca 100644
(file)
--- a/
lib/Target/ARM/ARMAsmPrinter.cpp
+++ b/
lib/Target/ARM/ARMAsmPrinter.cpp
@@
-231,6
+231,7
@@
namespace {
SmallString<128> Str;
raw_svector_ostream OS(Str);
EmitMachineConstantPoolValue(MCPV, OS);
+ // FIXME: non-assembly streamer support.
OutStreamer.EmitRawText(OS.str());
}