[all-commits] [llvm/llvm-project] 2c0d05: [flang] Fix FIRSupport build race condition with H...
jeanPerier via All-commits
all-commits at lists.llvm.org
Fri Oct 21 08:27:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c0d0566ee2d871c5614b829416bb628ef1892a8
https://github.com/llvm/llvm-project/commit/2c0d0566ee2d871c5614b829416bb628ef1892a8
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M flang/lib/Optimizer/Support/CMakeLists.txt
Log Message:
-----------
[flang] Fix FIRSupport build race condition with HLFIRDialect
FIRSupports includes headers from HLFIRDialect that are generated at
compile time. Therefore it must wait until these headers have been
generated.
Fix flang bot failures:
https://lab.llvm.org/buildbot/#/builders/173/builds/10304
More information about the All-commits
mailing list