create-abi-dump: Handle clang/*/include directories.
ClosedPublic

Authored by knauss on May 12 2019, 9:31 PM.

Details

Summary

acc do not skip includes from subdirectories, so we have to list all
available directories. Therefor we use glob to get all available
directories.

Diff Detail

Repository
R857 CI System Tooling
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
knauss requested review of this revision.May 12 2019, 9:31 PM
knauss created this revision.
bcooksley accepted this revision.May 12 2019, 11:30 PM

This looks fine to me, will merge it in shortly.

This revision is now accepted and ready to land.May 12 2019, 11:30 PM
This revision was automatically updated to reflect the committed changes.