From 476679aee403c49a8c20edf8d604c8a37dd993b8 Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Mon, 1 Jun 2015 04:24:23 +0000 Subject: [PATCH] Apply name change to testsuite file. This change has the llvm-lit part of the testsuite have clang link to libomp instead of libiomp5. llvm-svn: 238721 --- openmp/testsuite/bin/header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/testsuite/bin/header b/openmp/testsuite/bin/header index 7cc6c7dea288..3741e628cab2 100644 --- a/openmp/testsuite/bin/header +++ b/openmp/testsuite/bin/header @@ -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