[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 14 17:44:32 PDT 2018
phosek added inline comments.
================
Comment at: lib/crt/crtbegin.c:5-6
+ *
+ * This file is dual licensed under the MIT and the University of Illinois Open
+ * Source Licenses. See LICENSE.TXT for details.
+ *
----------------
emaste wrote:
> As this file would be linked into all executables produced by the toolchain, should it be an exception to the standard LLVM MIT/UIUC license - i.e., 0-clause BSD or CC0?
>
> https://tldrlegal.com/license/bsd-0-clause-license
> https://creativecommons.org/share-your-work/public-domain/cc0/
I'd be fine with that.
Repository:
rL LLVM
https://reviews.llvm.org/D28791
More information about the llvm-commits
mailing list