[Openmp-commits] [PATCH] D12331: Removing the Makefile+Perl build system

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Thu Sep 10 08:53:26 PDT 2015


jlpeyton updated this revision to Diff 34449.
jlpeyton added a comment.

> the build dir may not necessarily be inside the src dir. libc++ uses path/to/libcxx...


I had the source and build directories mixed up in my head and didn't think this would work.  I was wrong.
Changed.

> Do we really want to call it libomp?

>  I remember http://reviews.llvm.org/D9534 where it was expected to be called openmp. And there may be other components than just libomp in this repository at some point of time...

>  (Please also fix the other locations where it says libomp)


Changed.


Repository:
  rL LLVM

http://reviews.llvm.org/D12331

Files:
  runtime/Makefile
  runtime/README.txt
  runtime/src/defs.mk
  runtime/src/include/30/iomp.h.var
  runtime/src/include/30/iomp_lib.h.var
  runtime/src/include/40/iomp.h.var
  runtime/src/include/40/iomp_lib.h.var
  runtime/src/include/41/iomp.h.var
  runtime/src/include/41/iomp_lib.h.var
  runtime/src/libiomp.rc.var
  runtime/src/makefile.mk
  runtime/src/rules.mk
  runtime/tools/build.pl
  runtime/tools/check-openmp-test.pl
  runtime/tools/check-openmp.pl
  runtime/tools/check-tools.pl
  runtime/tools/common.inc
  runtime/tools/expand-vars.pl
  runtime/tools/extract-objects.pl
  runtime/tools/freebsd.inc
  runtime/tools/linux.inc
  runtime/tools/macos.inc
  runtime/tools/make-fat-binaries.pl
  runtime/tools/objcopy.cpp
  runtime/tools/required-objects.pl
  runtime/tools/src/common-checks.mk
  runtime/tools/src/common-defs.mk
  runtime/tools/src/common-rules.mk
  runtime/tools/src/common-tools.mk
  runtime/tools/windows.inc
  runtime/tools/wipe-string.pl
  www/README.txt
  www/index.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12331.34449.patch
Type: text/x-patch
Size: 256099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20150910/d8098ea4/attachment-0001.bin>


More information about the Openmp-commits mailing list