[all-commits] [llvm/llvm-project] 99794e: [flang] Fix flang-aarch64-latest-gcc build failure
kkwli via All-commits
all-commits at lists.llvm.org
Tue Jun 13 20:22:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99794e2239acdd33f1565a93fbe49b3b75945f3b
https://github.com/llvm/llvm-project/commit/99794e2239acdd33f1565a93fbe49b3b75945f3b
Author: Kelvin Li <kli at ca.ibm.com>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
Log Message:
-----------
[flang] Fix flang-aarch64-latest-gcc build failure
The failure is due to mismatch of the SmallVector parameter and the
return when built by gcc.
More information about the All-commits
mailing list