radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target
[mesa.git] / src / gallium / drivers / radeonsi / si_shader_internal.h
index 3556e69cd0e080e28b686b73732fb35ad10b2a06..6e86e0b56dc83992c2708c519219e56b6647bea9 100644 (file)
@@ -246,8 +246,6 @@ si_shader_context(struct lp_build_tgsi_context *bld_base)
 
 void si_llvm_add_attribute(LLVMValueRef F, const char *name, int value);
 
-LLVMTargetRef si_llvm_get_amdgpu_target(const char *triple);
-
 unsigned si_llvm_compile(LLVMModuleRef M, struct ac_shader_binary *binary,
                         LLVMTargetMachineRef tm,
                         struct pipe_debug_callback *debug);