jdoerfert added a comment.

I tried to push this today but the build failed:

  
/data/src/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:252:36: 
error: use of undeclared identifier 'BumpPtrAllocator'
    StringMap<AssertingVH<Constant>, BumpPtrAllocator> InternalVars;
                                     ^
  /data/src/llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:832:10: 
error: no viable conversion from returned value of type 'llvm::StringRef' to 
function return type 'std::string' (aka 'basic_string<char>')
    return OS.str();
           ^~~~~~~~

Can you look into that please?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72304



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to