mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-25 13:35:10 +00:00
Make MSVC happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4755e9955b
commit
361ae1d28d
@ -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