diff options
author | Vinson Lee <[email protected]> | 2018-04-30 23:57:23 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2018-05-03 14:06:09 -0700 |
commit | 589622a2fe1bbfb2564fae497e99a3bcb4a3e069 (patch) | |
tree | 52773ce6d514809e68412bf14071915e59e3abff /src/gallium/Automake.inc | |
parent | 9a21c96126d6a13e7b472ec622c517c0d0285ba8 (diff) |
swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.
Fix build error after llvm-7.0svn r325155 ("Pass a reference to a module
to the bitcode writer.").
CXX rasterizer/jitter/libmesaswr_la-JitManager.lo
rasterizer/jitter/JitManager.cpp:548:30: error: reference to type 'const llvm::Module' could not bind to an lvalue of type 'const llvm::Module *'
llvm::WriteBitcodeToFile(M, bitcodeStream);
^
Suggested-by: George Kyriazis <[email protected]>
Signed-off-by: Vinson Lee <[email protected]>
Reviewed-By: George Kyriazis <[email protected]>
Diffstat (limited to 'src/gallium/Automake.inc')
0 files changed, 0 insertions, 0 deletions