[all-commits] [llvm/llvm-project] 3dde26: [mlir] #include CRunnerUtils.h instead of RunnerUt...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Wed Jun 21 01:11:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3dde2604be2a7de4266c3d8ebe5efd3730b6ccce
https://github.com/llvm/llvm-project/commit/3dde2604be2a7de4266c3d8ebe5efd3730b6ccce
Author: Christian Sigg <chsigg at users.noreply.github.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M mlir/test/mlir-spirv-cpu-runner/mlir_test_spirv_cpu_runner_c_wrappers.cpp
Log Message:
-----------
[mlir] #include CRunnerUtils.h instead of RunnerUtils.h in SPIRV-runner
This avoids bazel builds failing after commit bba2b656110209a3d9863b92c060082479b06ab1 because libmlir_test_spirv_cpu_runner_c_wrappers.so registers the same runner functions twice.
More precisely, this problem only shows up internally at Google because the bazel build does not have that target.
Either way though, it's better to IWYU.
More information about the All-commits
mailing list