mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
radeonsi: don't call gallivm_init_llvm_targets
It's for initializing the native (x86) target. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
d308460586
commit
ece0c0439f
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ void si_llvm_add_attribute(LLVMValueRef F, const char *name, int value)
|
|||
|
||||
static void init_amdgpu_target()
|
||||
{
|
||||
gallivm_init_llvm_targets();
|
||||
LLVMInitializeAMDGPUTargetInfo();
|
||||
LLVMInitializeAMDGPUTarget();
|
||||
LLVMInitializeAMDGPUTargetMC();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue