···151 implementations of run-time libraries for dynamic testing tools such as
152 AddressSanitizer, ThreadSanitizer, MemorySanitizer, and DataFlowSanitizer.
153 '';
000154 };
155}
···151 implementations of run-time libraries for dynamic testing tools such as
152 AddressSanitizer, ThreadSanitizer, MemorySanitizer, and DataFlowSanitizer.
153 '';
154+ # "All of the code in the compiler-rt project is dual licensed under the MIT
155+ # license and the UIUC License (a BSD-like license)":
156+ license = with lib.licenses; [ mit ncsa ];
157 };
158}
···103 libc++ is an implementation of the C++ standard library, targeting C++11,
104 C++14 and above.
105 '';
000106 };
107}
···103 libc++ is an implementation of the C++ standard library, targeting C++11,
104 C++14 and above.
105 '';
106+ # "All of the code in libc++ is dual licensed under the MIT license and the
107+ # UIUC License (a BSD-like license)":
108+ license = with lib.licenses; [ mit ncsa ];
109 };
110}
···100 longDescription = ''
101 libc++abi is a new implementation of low level support for a standard C++ library.
102 '';
000103 maintainers = llvm_meta.maintainers ++ [ lib.maintainers.vlstill ];
104 };
105}
···100 longDescription = ''
101 libc++abi is a new implementation of low level support for a standard C++ library.
102 '';
103+ # "All of the code in libc++abi is dual licensed under the MIT license and
104+ # the UIUC License (a BSD-like license)":
105+ license = with lib.licenses; [ mit ncsa ];
106 maintainers = llvm_meta.maintainers ++ [ lib.maintainers.vlstill ];
107 };
108}
···67 "clang -fopenmp" must be linked before it can run and the library that
68 supports offload to target devices.
69 '';
00070 };
71}
···67 "clang -fopenmp" must be linked before it can run and the library that
68 supports offload to target devices.
69 '';
70+ # "All of the code is dual licensed under the MIT license and the UIUC
71+ # License (a BSD-like license)":
72+ license = with lib.licenses; [ mit ncsa ];
73 };
74}