[PATCH] D114502: File Reorganization changes
Mehdi AMINI via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 23 22:38:18 PST 2021
mehdi_amini added inline comments.
================
Comment at: mlir/lib/ExecutionEngine/CMakeLists.txt:153
+ set(CMAKE_MODULE_PATH "${HIP_PATH}/lib/cmake/hip" ${CMAKE_MODULE_PATH})
find_package(HIP)
if (NOT HIP_FOUND)
----------------
Is MLIR really coupled to Clang here? That seems suspicious to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114502/new/
https://reviews.llvm.org/D114502
More information about the cfe-commits
mailing list