agozillon added inline comments.
================ Comment at: llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp:5201-5204 + if (auto EC = sys::fs::getUniqueID(FileName, ID)) { + assert(EC && + "Unable to get unique ID for file, during getTargetEntryUniqueInfo"); + } ---------------- fmayer wrote: > This looks wrong. If this branch is entered, EC is true, so the assert never > fails. You are correct, thank you for the catch! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D149162/new/ https://reviews.llvm.org/D149162 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits