This is an archive of the discontinued LLVM Phabricator instance.

[bazel] Remove superfluous (?) strip_include_prefix settings.
AbandonedPublic

Authored by herhut on Aug 11 2023, 11:24 AM.

Details

Reviewers
None
Summary

It is not clear why this is needed but adding this flag creates
overheads as it leads to copies of the headers.

Diff Detail

Event Timeline

herhut created this revision.Aug 11 2023, 11:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2023, 11:24 AM
herhut requested review of this revision.Aug 11 2023, 11:24 AM

Presubmit seems to fail with this.

herhut abandoned this revision.Aug 14 2023, 4:21 AM

I wanted to use presubmit bots to test this. This was now landed independently.