Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions eng/SourceBuild.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project>

<PropertyGroup>
<GitHubRepositoryName>llvm-project</GitHubRepositoryName>
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
<PackageLicenseFile>$(RepoRoot)/llvm/LICENSE.TXT</PackageLicenseFile>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're already setting this here:

<PackageLicenseFile>$(RepoRoot)/llvm/LICENSE.TXT</PackageLicenseFile>

I wonder why that isn't working in the SourceBuild case?

I'm fine with checking this in if it unblocks you though.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'll write up an issue to look into this further but that would be good.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I didn't see that this was targetting the objwriter/12.x branch which is owned by the JIT team. We've recently merged the objwriter changes into main so for .NET8 there should only be one branch: #287

Do you need it in earlier branches or can this be retargeted to main?

</PropertyGroup>

</Project>