Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

15 lines
830 B
Plaintext

<?xml version="1.0" encoding="utf-8"?>
<TpsData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>LLVM</Name>
<Location>/Engine/Source/ThirdParty/llvm/</Location>
<Date>2016-06-10T17:05:46.7763189-04:00</Date>
<Function>used to compile our code to LLVM-compatible object files using the Clang C++ compiler frontend</Function>
<Justification>allows us to experiment with new C++ technologies based on the Clang open source project</Justification>
<Eula>http://llvm.org/docs/DeveloperPolicy.html#license</Eula>
<RedistributeTo>
<EndUserGroup>Licensees</EndUserGroup>
<EndUserGroup>Git</EndUserGroup>
<EndUserGroup>P4</EndUserGroup>
</RedistributeTo>
<LicenseFolder>/Engine/Source/ThirdParty/Licenses/LLVM_License.txt</LicenseFolder>
</TpsData>