[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 14 13:52:31 PDT 2018


emaste 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.
+ *
----------------
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/


Repository:
  rL LLVM

https://reviews.llvm.org/D28791





More information about the llvm-commits mailing list