This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG24f88f57de58: [OpenMP] Accept shortened triples for
-Xopenmp-target= (authored by jhuber6).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAS
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LG
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118495/new/
https://reviews.llvm.org/D118495
___
jhuber6 updated this revision to Diff 404136.
jhuber6 added a comment.
Adding test and shared function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118495/new/
https://reviews.llvm.org/D118495
Files:
clang/include/clang/Driver/ToolChain.h
cl
jdoerfert added a comment.
and test pls
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118495/new/
https://reviews.llvm.org/D118495
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.ll
JonChesterfield added a comment.
Do we have this same expansion logic in two places now? If so, probably want to
factor it out to a function
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118495/new/
https://reviews.llvm.org/D118495
__
jhuber6 created this revision.
jhuber6 added reviewers: JonChesterfield, jdoerfert, tianshilei1992.
Herald added subscribers: guansong, yaxunl.
jhuber6 requested review of this revision.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.
This patch builds on the change