radeon/llvm: Set the target triple on the module
[mesa.git] / src / gallium / drivers / r600 / r600_llvm.c
index 0fe7c74418d49d694223bfd472d4b6dcc120d5a6..981bb12f90076f24fd3dd8a00f9f199207be4574 100644 (file)
@@ -784,7 +784,7 @@ LLVMModuleRef r600_tgsi_llvm(
 {
        struct tgsi_shader_info shader_info;
        struct lp_build_tgsi_context * bld_base = &ctx->soa.bld_base;
-       radeon_llvm_context_init(ctx);
+       radeon_llvm_context_init(ctx, "r600--");
        LLVMTypeRef Arguments[32];
        unsigned ArgumentsCount = 0;
        for (unsigned i = 0; i < ctx->inputs_count; i++)