Index: unittests/AST/OMPStructuredBlockTest.cpp =================================================================== --- unittests/AST/OMPStructuredBlockTest.cpp +++ unittests/AST/OMPStructuredBlockTest.cpp @@ -55,7 +55,7 @@ StringRef ExpectedPrinted, PolicyAdjusterType PolicyAdjuster = None) { std::vector Args = { - "-fopenmp", + "-fopenmp=libomp", }; return PrintedStmtMatches(Code, Args, NodeMatch, ExpectedPrinted, PolicyAdjuster);