[PATCH] D72141: [mlir][spirv] Fix ADDITIONAL_HEADER_DIRS for SPIR-V libraries
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 22:44:12 PST 2020
mehdi_amini added inline comments.
Herald added a reviewer: nicolasvasilache.
Herald added subscribers: liufengdb, aartbik.
================
Comment at: mlir/lib/Dialect/SPIRV/Transforms/CMakeLists.txt:6
+ ADDITIONAL_HEADER_DIRS
+ ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/SPIRV
)
----------------
Why is this needed?
The build is passing for me without this. I can't find where a header would be included from one of these source files?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72141/new/
https://reviews.llvm.org/D72141
More information about the llvm-commits
mailing list