logoalt Hacker News

fweimeryesterday at 5:57 PM1 replyview on HN

The libsanitizer library is imported from the LLVM sources into the GCC source tree. There are probably more examples of code sharing. Both projects are quite large.


Replies

steve1977yesterday at 6:03 PM

I would assume the code sharing is one-way only due to the licenses. I.e. a GPL project can use MIT licensed code, but not vice versa (AFAIK).