[PATCH] D88723: [flang] Fix build errors for clang-10

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 3 07:10:39 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG35a2a042ddd1: [flang][NFC] Fix build errors for clang-10 (authored by awarzynski).

Changed prior to commit:
  https://reviews.llvm.org/D88723?vs=295760&id=295978#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88723/new/

https://reviews.llvm.org/D88723

Files:
  flang/lib/Lower/OpenACC.cpp


Index: flang/lib/Lower/OpenACC.cpp
===================================================================
--- flang/lib/Lower/OpenACC.cpp
+++ flang/lib/Lower/OpenACC.cpp
@@ -99,7 +99,6 @@
   if (loopDirective.v == llvm::acc::ACCD_loop) {
     auto &firOpBuilder = converter.getFirOpBuilder();
     auto currentLocation = converter.getCurrentLocation();
-    llvm::ArrayRef<mlir::Type> argTy;
 
     // Add attribute extracted from clauses.
     const auto &accClauseList =


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88723.295978.patch
Type: text/x-patch
Size: 470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201003/e04cbacf/attachment.bin>


More information about the llvm-commits mailing list