···151151 implementations of run-time libraries for dynamic testing tools such as
152152 AddressSanitizer, ThreadSanitizer, MemorySanitizer, and DataFlowSanitizer.
153153 '';
154154+ # "All of the code in the compiler-rt project is dual licensed under the MIT
155155+ # license and the UIUC License (a BSD-like license)":
156156+ license = with lib.licenses; [ mit ncsa ];
154157 };
155158}
···103103 libc++ is an implementation of the C++ standard library, targeting C++11,
104104 C++14 and above.
105105 '';
106106+ # "All of the code in libc++ is dual licensed under the MIT license and the
107107+ # UIUC License (a BSD-like license)":
108108+ license = with lib.licenses; [ mit ncsa ];
106109 };
107110}
···100100 longDescription = ''
101101 libc++abi is a new implementation of low level support for a standard C++ library.
102102 '';
103103+ # "All of the code in libc++abi is dual licensed under the MIT license and
104104+ # the UIUC License (a BSD-like license)":
105105+ license = with lib.licenses; [ mit ncsa ];
103106 maintainers = llvm_meta.maintainers ++ [ lib.maintainers.vlstill ];
104107 };
105108}
···6767 "clang -fopenmp" must be linked before it can run and the library that
6868 supports offload to target devices.
6969 '';
7070+ # "All of the code is dual licensed under the MIT license and the UIUC
7171+ # License (a BSD-like license)":
7272+ license = with lib.licenses; [ mit ncsa ];
7073 };
7174}