mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Make MSVC happy.
llvm-svn: 79689
This commit is contained in:
parent
31ef120005
commit
f850699d0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user