This is an archive of the discontinued LLVM Phabricator instance.

Follow up patch for D31495
Needs ReviewPublic

Authored by yamaguchi on May 7 2017, 1:31 AM.

Details

Summary

This is a follow up patch for https://reviews.llvm.org/D31495.
It broke some build bots, because it had put builtin headers to isystem
prefix.
Eg. when --sysroot=. , it put /home/yamaguchi/test-build/lib/clang/5.0.0/include to ./home/yamaguchi/test-build/lib/clang/5.0.0/include.
I fixed it to check if this is builtin header path or not.

Event Timeline

yamaguchi created this revision.May 7 2017, 1:31 AM
yamaguchi updated this revision to Diff 98093.May 7 2017, 2:03 AM

Add comment to code.

v.g.vassilev resigned from this revision.Jun 25 2022, 1:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 25 2022, 1:16 PM