Chandler Carruth 13dd21878e Extract the CC1 logic to `third_party` location (#6405) 5 hónapja
..
BUILD 13dd21878e Extract the CC1 logic to `third_party` location (#6405) 5 hónapja
README.md 13dd21878e Extract the CC1 logic to `third_party` location (#6405) 5 hónapja
clang_cc1.cpp 13dd21878e Extract the CC1 logic to `third_party` location (#6405) 5 hónapja
clang_cc1.h 13dd21878e Extract the CC1 logic to `third_party` location (#6405) 5 hónapja

README.md

Extracted LLVM code

This directory holds code extracted from the LLVM project and used in various places in Carbon. This mostly happens when some logic isn't readily exposed in a library-suitable API, or needs excessive customization.

We separate the baseline code and customizations here as these are really derived from the LLVM project. However, both Carbon and LLVM use the same license, so linking these isn't a problem. We also use the standard Carbon banner at the top of these files as the license is accurate and the collection and arrangement of the code are part of Carbon. The code itself should be assumed to be derived from LLVM.

Whenever possible, we should eventually refactor the upstream code until the logic can be exposed and then we can depend on it rather than extracting it here.