Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Nov 30, 2016
  2. Oct 21, 2016
  3. Aug 09, 2016
    • Hans Wennborg's avatar
      Merging r278036: · 168b27e9
      Hans Wennborg authored
      ------------------------------------------------------------------------
      r278036 | dim | 2016-08-08 11:34:05 -0700 (Mon, 08 Aug 2016) | 18 lines
      
      Fix linking of omp_foreign_thread_team_reuse test on FreeBSD
      
      Summary:
      On FreeBSD, linking the misc_bugs/omp_foreign_thread_team_reuse.c test
      case fails with:
      
         /usr/local/bin/ld: /tmp/omp_foreign_thread_team_reuse-c5e71b.o: undefined reference to symbol 'pthread_create@@FBSD_1.0'
      
      This is because the program is linked without `-lpthread`.  Since the
      %libomp-compile-and-run macro does not allow that option to be added to
      the compile command line, split it up and add the required `-lpthread`
      between %libomp-compile and %libomp-run.
      
      Reviewers: jlpeyton, hfinkel, Hahnfeld
      
      Subscribers: Hahnfeld, emaste, openmp-commits
      
      Differential Revision: https://reviews.llvm.org/D23084
      ------------------------------------------------------------------------
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/openmp/branches/release_39@278059 91177308-0d34-0410-b5e6-96231b3b80d8
      168b27e9
  4. Jul 18, 2016
  5. Jul 11, 2016
  6. Jul 08, 2016
  7. Jul 06, 2016
  8. Jul 04, 2016
  9. Jul 01, 2016
  10. Jun 29, 2016
  11. Jun 28, 2016
  12. Jun 27, 2016
    • Hans Wennborg's avatar
      Fix the Windows build after r273599 · ad958989
      Hans Wennborg authored
      That patch made all LLVM projects build with -DUNICODE. However, this doesn't
      work for the OpenMP runtime.
      
      But just overriding the flag with -UUNICODE breaks compiling ittnotify_static.c,
      which for some reason needs to be compiled with -DUNICIODE. Note that compiling
      ittnotify.h with -DUNICODE does not work though.
      
      This seems like a mess. This commit fixes it for now, but it would be great
      if someone who works on the OpenMP runtime could fix it properly.
      
      git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@273898 91177308-0d34-0410-b5e6-96231b3b80d8
      ad958989
  13. Jun 23, 2016
  14. Jun 22, 2016
  15. Jun 21, 2016
  16. Jun 16, 2016
  17. Jun 14, 2016
Loading