[PATCH] D59609: [clang][OpenMP] Fix build when using libgomp
Jordan Rupprecht via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 20 14:03:43 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rC356614: [clang][OpenMP] Fix build when using libgomp (authored by rupprecht, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59609?vs=191567&id=191577#toc
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59609/new/
https://reviews.llvm.org/D59609
Files:
unittests/AST/OMPStructuredBlockTest.cpp
Index: unittests/AST/OMPStructuredBlockTest.cpp
===================================================================
--- unittests/AST/OMPStructuredBlockTest.cpp
+++ unittests/AST/OMPStructuredBlockTest.cpp
@@ -55,7 +55,7 @@
StringRef ExpectedPrinted,
PolicyAdjusterType PolicyAdjuster = None) {
std::vector<std::string> Args = {
- "-fopenmp",
+ "-fopenmp=libomp",
};
return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted,
PolicyAdjuster);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59609.191577.patch
Type: text/x-patch
Size: 544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190320/11163e19/attachment.bin>
More information about the cfe-commits
mailing list