Chandler Carruth b16cde9c53 Add a hack to support `-cc1as`. (#7083) il y a 1 semaine
..
BUILD 93c7c9ad96 Consolidate on @rules_cc and update it to the latest version (#6580) il y a 3 mois
README.md 13dd21878e Extract the CC1 logic to `third_party` location (#6405) il y a 5 mois
clang_cc1.cpp b16cde9c53 Add a hack to support `-cc1as`. (#7083) il y a 1 semaine
clang_cc1.h b16cde9c53 Add a hack to support `-cc1as`. (#7083) il y a 1 semaine

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.