diff options
author | Vladimír Štill <git@vstill.eu> | 2025-09-18 14:29:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-18 14:29:11 +0200 |
commit | 69a07420f999f6f93fb3930ecb104a9d19ba1d65 (patch) | |
tree | 4109fb0b258e7915d95bad21204e588ad2ca919a /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6acfc029222e244421feb261369b9d1fd388b587 (diff) | |
download | llvm-69a07420f999f6f93fb3930ecb104a9d19ba1d65.zip llvm-69a07420f999f6f93fb3930ecb104a9d19ba1d65.tar.gz llvm-69a07420f999f6f93fb3930ecb104a9d19ba1d65.tar.bz2 |
[mlir] Fix unqualified APInt in LoopLikeOpInterface tablegen (#159561)
In the recent change adding `getStaticTripCount` there is an omitted
namespace on `APInt` which means the build fails for projects using this
interface outside of `llvm` namespace (or `using llvm::APInt`).
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions