[PATCH] D81098: [OpenMP] Upgrade default version of OpenMP to 5.0
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 8 08:48:30 PDT 2020
ABataev added a comment.
Need to update few other places.
CompilerInvocation.cpp:3082 and CompilerInvocation.cpp:3085, which sets the default version to 45 in the presense of the target option or simd option. Most probably, need to remove this check. It was used to use 45 as the default version for target(simd)-based switches when the default version was 40.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81098/new/
https://reviews.llvm.org/D81098
More information about the cfe-commits
mailing list