[PATCH] D83649: [flang][openacc] OpenACC 3.0 parser
Tim Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 07:14:14 PDT 2020
tskeith added a comment.
When I try to build this (on macos) I get a missing include for unordered_map:
In file included from ../../flang/lib/Semantics/check-omp-structure.h:159:
include/llvm/Frontend/OpenMP/OMP.cpp.inc:2123:6: error: no template named 'unordered_map' in namespace 'std'
std::unordered_map<llvm::omp::Directive, OpenMPDirectiveClauses>
~~~~~^
Adding the include to `check-omp-structure.h` fixes the build problem.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83649/new/
https://reviews.llvm.org/D83649
More information about the llvm-commits
mailing list