llvmpipe: add an implementation with llvm orcjit
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26018>
This commit is contained in:

committed by
Dave Airlie

parent
0b69b8d0db
commit
6f02ec5ed1
@@ -431,6 +431,13 @@ option(
|
||||
'is included.'
|
||||
)
|
||||
|
||||
option (
|
||||
'llvm-orcjit',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description: 'Build llvmpipe with LLVM ORCJIT support.'
|
||||
)
|
||||
|
||||
option(
|
||||
'valgrind',
|
||||
type : 'feature',
|
||||
|
Reference in New Issue
Block a user