[PATCH] D67364: [Driver] Handle default case in refactored addOpenMPRuntime
Pirama Arumuga Nainar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 9 12:52:49 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371444: [Driver] Handle default case in refactored addOpenMPRuntime (authored by pirama, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D67364?vs=219413&id=219415#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67364/new/
https://reviews.llvm.org/D67364
Files:
cfe/trunk/lib/Driver/ToolChains/CommonArgs.cpp
Index: cfe/trunk/lib/Driver/ToolChains/CommonArgs.cpp
===================================================================
--- cfe/trunk/lib/Driver/ToolChains/CommonArgs.cpp
+++ cfe/trunk/lib/Driver/ToolChains/CommonArgs.cpp
@@ -525,6 +525,8 @@
case Driver::OMPRT_IOMP5:
CmdArgs.push_back("-liomp5");
break;
+ case Driver::OMPRT_Unknown:
+ break;
}
if (ForceStaticHostRuntime)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67364.219415.patch
Type: text/x-patch
Size: 401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190909/e99e42d4/attachment.bin>
More information about the cfe-commits
mailing list