mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
clover: Log build options when dumping clc source.
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
2b8c51834b
commit
40665362fd
1 changed files with 1 additions and 1 deletions
|
|
@ -709,7 +709,7 @@ clover::compile_program_llvm(const std::string &source,
|
|||
llvm_ctx.setDiagnosticHandler(diagnostic_handler, &r_log);
|
||||
|
||||
if (get_debug_flags() & DBG_CLC)
|
||||
debug_log(source, ".cl");
|
||||
debug_log("// Build options: " + opts + '\n' + source, ".cl");
|
||||
|
||||
// The input file name must have the .cl extension in order for the
|
||||
// CompilerInvocation class to recognize it as an OpenCL source file.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue