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:
b8be8b7
)
stub out a trivial constructor method.
author
Chris Lattner
<sabre@nondot.org>
Wed, 24 Jun 2009 00:51:35 +0000
(
00:51
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 24 Jun 2009 00:51:35 +0000
(
00:51
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74038
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/MC/MCStreamer.h
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCStreamer.h
b/include/llvm/MC/MCStreamer.h
index 2fc9d6872292b1374b8783f43b4876122c1df93f..f2b94b945709f11b8957fb21cf025a8d0279145c 100644
(file)
--- a/
include/llvm/MC/MCStreamer.h
+++ b/
include/llvm/MC/MCStreamer.h
@@
-116,7
+116,7
@@
namespace llvm {
/// createAsmStreamer - Create a machine code streamer which will print out
/// assembly for the native target, suitable for compiling with a native
/// assembler.
- MCStreamer *createAsmStreamer(MCContext &Ctx, raw_ostream &OS);
+ inline MCStreamer *createAsmStreamer(MCContext &Ctx, raw_ostream &OS) { return 0; }
// FIXME: These two may end up getting rolled into a single
// createObjectStreamer interface, which implements the assembler backend, and