diff options
author | Nick Sarnie <[email protected]> | 2015-04-10 12:45:57 -0400 |
---|---|---|
committer | Jan Vesely <[email protected]> | 2015-04-10 13:30:23 -0400 |
commit | f9048ee3c85ddaff0c44851b2523aaa2a554e059 (patch) | |
tree | 2543e03ef5ca774bfd19d84af509107a79bceab4 | |
parent | 50db8bd1b5942a6577ab5ee399cae460fde761d4 (diff) |
gallivm: Fix build since llvm-3.7.0svn r234495
Revert 50e9fa2ed69cb5f76f66231976ea789c0091a64d as LLVM reverted their
change.
Signed-off-by: Nick Sarnie <[email protected]>
Reviewed-by: Jan Vesely <[email protected]>
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp index b71291562f7..65d289689f8 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp @@ -97,11 +97,7 @@ 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); |