ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
Repository:
rL LLVM
https://reviews.llvm.org/D32035
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin
gtbercea updated this revision to Diff 95461.
gtbercea added a comment.
Merge IF statements.
Repository:
rL LLVM
https://reviews.llvm.org/D32035
Files:
lib/Frontend/CompilerInvocation.cpp
test/OpenMP/target_messages.cpp
Index: test/OpenMP/target_messages.cpp
===
ABataev added inline comments.
Comment at: lib/Frontend/CompilerInvocation.cpp:2242-2253
+ if (!(TT.getArch() == llvm::Triple::ppc ||
+TT.getArch() == llvm::Triple::ppc64 ||
+TT.getArch() == llvm::Triple::ppc64le ||
+TT.getArch() == llvm::
gtbercea updated this revision to Diff 95198.
gtbercea added a comment.
Re-use an already existing flag rather than creating a new one.
Repository:
rL LLVM
https://reviews.llvm.org/D32035
Files:
lib/Frontend/CompilerInvocation.cpp
test/OpenMP/target_messages.cpp
Index: test/OpenMP/targ
gtbercea created this revision.
Herald added a subscriber: rengolin.
Throw an error when offloading is unsupported for a particular target
architecture.
Repository:
rL LLVM
https://reviews.llvm.org/D32035
Files:
include/clang/Basic/DiagnosticDriverKinds.td
lib/Frontend/CompilerInvocatio