diff options
author | Thurston Dang <thurston@google.com> | 2025-05-14 21:44:13 +0000 |
---|---|---|
committer | Thurston Dang <thurston@google.com> | 2025-05-14 21:44:13 +0000 |
commit | 0dd2c9f7a3f42138da0b8ed4fea80470ea7a510f (patch) | |
tree | 1a74de4eecdd8e0e22d7bcd8c23a44ed95053941 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 960afcc90e8fb75b725ed331f4bc60eb2398d6e5 (diff) | |
download | llvm-0dd2c9f7a3f42138da0b8ed4fea80470ea7a510f.zip llvm-0dd2c9f7a3f42138da0b8ed4fea80470ea7a510f.tar.gz llvm-0dd2c9f7a3f42138da0b8ed4fea80470ea7a510f.tar.bz2 |
Fix-forward build error from #132489
Replace deprecated use of getDeclaration that was added in #132489
llvm/lib/IR/AutoUpgrade.cpp:1480:26: error: 'getDeclaration' is deprecated: Use getOrInsertDeclaration instead [-Werror,-Wdeprecated-declarations]
1480 | NewFn = Intrinsic::getDeclaration(
| ^~~~~~~~~~~~~~
| getOrInsertDeclaration
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions