SPIRV/ headers live under mlir/Dialect.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Unit tests: pass. 61175 tests passed, 0 failed and 729 were skipped.
clang-tidy: fail. Please fix clang-tidy findings.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
mlir/lib/Dialect/SPIRV/Transforms/CMakeLists.txt | ||
---|---|---|
6 | 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? |
mlir/lib/Dialect/SPIRV/Transforms/CMakeLists.txt | ||
---|---|---|
6 | This is not needed for build. It is for aiding IDEs if I understand the original intent of ADDTIONAL_HEADERS_DIRS correctly (https://reviews.llvm.org/D7460). This is also to be consistent with other CMakeLists.txt we have in MLIR. |
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?