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:
4755e99
)
Make MSVC happy.
author
Daniel Dunbar
<daniel@zuster.org>
Fri, 21 Aug 2009 23:11:36 +0000
(23:11 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Fri, 21 Aug 2009 23:11:36 +0000
(23:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79689
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/MC/MCAssembler.h
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCAssembler.h
b/include/llvm/MC/MCAssembler.h
index 17de0b68b445ab2a6d793da31d7a98f448db007b..991283aeca2b0d20279fe050b7653b0c97e823a6 100644
(file)
--- a/
include/llvm/MC/MCAssembler.h
+++ b/
include/llvm/MC/MCAssembler.h
@@
-66,6
+66,7
@@
public:
// FIXME: This should be abstract, fix sentinel.
virtual uint64_t getMaxFileSize() const {
assert(0 && "Invalid getMaxFileSize call !");
+ return 0;
};
/// @name Assembler Backend Support