[PATCH] D15830: [PGO] Enable building compiler-rt profile support library on Windows
Nathan Slingerland via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 30 15:08:50 PST 2015
slingn added inline comments.
================
Comment at: lib/profile/mmap-windows.c:2
@@ +1,3 @@
+/*
+ * This code is derived from uClibc (original license follows).
+ * https://git.uclibc.org/uClibc/tree/utils/mmap-windows.c
----------------
davidxl wrote:
> This file needs to be re-licensed and redistributed under LLVM* license. need to talk to the contributor of the file and get the permission.
>
>
I thought public domain means that there are no restrictions whatsoever - including re-licensing, selling, etc. No need for attribution even.
I modeled this after the MD5 attribution:
llvm/include/llvm/Support/MD5.h
http://reviews.llvm.org/D15830
More information about the llvm-commits
mailing list