Skip to content

Counterpart fix for #44973 - remove extra "src" folder level - #308

Merged
trylek merged 2 commits into
dotnet:masterfrom
trylek:SrcCoreclrNoSecondSrc
Dec 8, 2020
Merged

Counterpart fix for #44973 - remove extra "src" folder level#308
trylek merged 2 commits into
dotnet:masterfrom
trylek:SrcCoreclrNoSecondSrc

Conversation

@trylek

Copy link
Copy Markdown
Member

As discussed about two weeks back in context of

#304

this change complements the runtime repo PR

dotnet/runtime#44973

by fixing the correlated code in jitutils dealing with coreclr paths.

Thanks

Tomas

As discussed about two weeks back in context of
dotnet#304
this change complements the runtime repo PR
dotnet/runtime#44973
by fixing the correlated code in jitutils dealing with coreclr paths.
Thanks
Tomas

@BruceForstallBruceForstall left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There are a couple other places that might need changing:

(option.Contains("src/jit")

and:

"-header-filter=src/jit/.*",

I don't know what those do, but they look to assume a "src" directory immediate parent to "jit".

@kunalspathak

Copy link
Copy Markdown
Contributor

Good catch @BruceForstall.

@trylek

Copy link
Copy Markdown
MemberAuthor

Thanks Bruce, I have updated the two places you pointed out.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@trylek@kunalspathak@BruceForstall