[all-commits] [llvm/llvm-project] 103907: [flang] Add missing dependency on tablegen files
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Aug 1 09:48:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 103907bc5fcf656b1551e191af8176cd7bfb91da
https://github.com/llvm/llvm-project/commit/103907bc5fcf656b1551e191af8176cd7bfb91da
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M flang/lib/Optimizer/Transforms/CMakeLists.txt
Log Message:
-----------
[flang] Add missing dependency on tablegen files
This issue was raised on https://github.com/llvm/llvm-project/issues/64268.
`flang/lib/Optimizer/Transforms/SimplifyIntrinsics.cpp` includes
`flang/Optimizer/HLFIR/HLFIRDialect.h` and might fails if the HLFIR related
tablegen files have not been generated.
Reviewed By: vzakhari
Differential Revision: https://reviews.llvm.org/D156751
More information about the All-commits
mailing list