mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 07:10:15 +01:00
gallium/radeon: nuke the final pre LLVM 3.6 codepath
Missed with commit 100796c15c "gallium/radeon: drop support for LLVM
3.5"
v2: s/LLVN/LLVM/ in shortlog (Nicolai)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com> (v1)
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
7336df06ed
commit
9fa2e57a73
1 changed files with 1 additions and 7 deletions
|
|
@ -1536,13 +1536,7 @@ void radeon_llvm_context_init(struct radeon_llvm_context * ctx, const char *trip
|
|||
ctx->gallivm.context = LLVMContextCreate();
|
||||
ctx->gallivm.module = LLVMModuleCreateWithNameInContext("tgsi",
|
||||
ctx->gallivm.context);
|
||||
LLVMSetTarget(ctx->gallivm.module,
|
||||
|
||||
#if HAVE_LLVM < 0x0306
|
||||
"r600--");
|
||||
#else
|
||||
triple);
|
||||
#endif
|
||||
LLVMSetTarget(ctx->gallivm.module, triple);
|
||||
ctx->gallivm.builder = LLVMCreateBuilderInContext(ctx->gallivm.context);
|
||||
|
||||
struct lp_build_tgsi_context * bld_base = &ctx->soa.bld_base;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue