This revision was automatically updated to reflect the committed changes.
Closed by commit rG28d718602ad2: [OpenMP] Expand short verisions of OpenMP
offloading triples (authored by jhuber6).
Changed prior to commit:
https://reviews.llvm.org/D117634?vs=401357&id=401454#toc
Repository:
rG LLVM
JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.
LG, thanks!
Comment at: clang/lib/Driver/Driver.cpp:778
+ // We want to normalize the shortened versions of triples passed in
to
+ // the
jhuber6 updated this revision to Diff 401357.
jhuber6 edited the summary of this revision.
jhuber6 added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Changing approach to simply expand the triple where we parse it for OpenMP.
Repository:
rG LLVM Github Mono