Issue |
156182
|
Summary |
[MLIR][BUG] Incorrect variable usage in CMakeLists.txt like {$VARIABLE}
|
Labels |
mlir
|
Assignees |
|
Reporter |
x12301450
|
In `lib/Dialect/AMDGPU/Transforms/CMakeLists.txt`, `lib/Dialect/Arith/Transforms/CMakeLists.txt`, `lib/Dialect/ControlFlow/Transforms/CMakeLists.txt` and `lib/Dialect/Quant/Transforms/CMakeLists.txt`, the variable `MLIR_MAIN_INCLUDE_DIR` are all used like following example:
`{$MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/AMDGPU/Transforms`
I think this is a bug and should be fixed as:
`${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/AMDGPU/Transforms`
I will submit a pr to fix this.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs