sdmitriev added inline comments.
================ Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:3825 + // this particular combination of offloading targets. + SmallVector<StringRef, 4U> RegFnNameParts; + RegFnNameParts.push_back("omp_offloading"); ---------------- ABataev wrote: > Preallocate the memory for all elements at construction, you know the number > of elements. Agree. https://reviews.llvm.org/D50218 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits