[Openmp-commits] [openmp] r238721 - Apply name change to testsuite file.

Jonathan Peyton jonathan.l.peyton at intel.com
Sun May 31 21:24:24 PDT 2015


Author: jlpeyton
Date: Sun May 31 23:24:23 2015
New Revision: 238721

URL: http://llvm.org/viewvc/llvm-project?rev=238721&view=rev
Log:
Apply name change to testsuite file.

This change has the llvm-lit part of the testsuite have clang
link to libomp instead of libiomp5.

Modified:
    openmp/trunk/testsuite/bin/header

Modified: openmp/trunk/testsuite/bin/header
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/testsuite/bin/header?rev=238721&r1=238720&r2=238721&view=diff
==============================================================================
--- openmp/trunk/testsuite/bin/header (original)
+++ openmp/trunk/testsuite/bin/header Sun May 31 23:24:23 2015
@@ -1,4 +1,4 @@
-; RUN: %clang -liomp5 -lm %s -o %t && %t 2>&1 | FileCheck %s
+; RUN: %clang -lomp -lm %s -o %t && %t 2>&1 | FileCheck %s
 ; CHECK-NOT: Test failed
 ; CHECK: Directive worked without errors
 





More information about the Openmp-commits mailing list