[Openmp-commits] [PATCH] D23084: Fix linking of omp_foreign_thread_team_reuse test on FreeBSD

Dimitry Andric via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 8 11:41:57 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL278036: Fix linking of omp_foreign_thread_team_reuse test on FreeBSD (authored by dim).

Changed prior to commit:
  https://reviews.llvm.org/D23084?vs=66546&id=67209#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23084

Files:
  openmp/trunk/runtime/test/misc_bugs/omp_foreign_thread_team_reuse.c

Index: openmp/trunk/runtime/test/misc_bugs/omp_foreign_thread_team_reuse.c
===================================================================
--- openmp/trunk/runtime/test/misc_bugs/omp_foreign_thread_team_reuse.c
+++ openmp/trunk/runtime/test/misc_bugs/omp_foreign_thread_team_reuse.c
@@ -1,4 +1,4 @@
-// RUN: %libomp-compile-and-run
+// RUN: %libomp-compile -lpthread && %libomp-run
 #include <stdio.h>
 #include "omp_testsuite.h"
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23084.67209.patch
Type: text/x-patch
Size: 436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160808/6226b255/attachment.bin>


More information about the Openmp-commits mailing list