mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
gallivm: Fix build since llvm-3.7.0svn r234460.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89963 Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
a873b79fa5
commit
50e9fa2ed6
1 changed files with 4 additions and 0 deletions
|
|
@ -97,7 +97,11 @@ private:
|
|||
uint64_t pos;
|
||||
|
||||
public:
|
||||
#if HAVE_LLVM >= 0x0307
|
||||
raw_debug_ostream() : raw_ostream(SK_FD), pos(0) { }
|
||||
#else
|
||||
raw_debug_ostream() : pos(0) { }
|
||||
#endif
|
||||
|
||||
void write_impl(const char *Ptr, size_t Size);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue