Uh oh!
There was an error while loading. Please reload this page.
Remove section about compiler-rt in COPYRIGHT. - #48305
Conversation
`src/compiler-rt` was moved out of tree in rust-lang#42899.
rust-highfive
commented
Feb 17, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
cuviper
commented
Feb 17, 2018
But we do still ship compiler-rt indirectly -- now in src/libcompiler_builtins/compiler-rt/ |
frewsxcv
commented
Feb 17, 2018
Does the COPYRIGHT file in this particular repo need to list all copyright information of all out-of-tree dependencies? I actually don't know the answer |
cuviper
commented
Feb 17, 2018
I'm not sure either, but my point is that the distribution status didn't really change. It was already an out-of-tree submodule before, and now it's a submodule of a submodule instead. Either way, it's still a part of the build, and we still include it in the rustc-src tarballs. |
alexcrichton
commented
Feb 24, 2018
Ah yeah we still ship compiler-rt so I think we probably need to keep to include this notice. In theory we want difference license files based on whether it's a git checkout or a tarball, but that's a lot of work so sticking to the superset, the tarball, is probably best for now. |
src/compiler-rtwas moved out of tree in #42899.