[PATCH] D111207: Driver: Add a gcc equivalent triple to the list of triples to search

2021-10-06 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay added a comment. I think we should reduce normalization for include/library path detection in the clang driver (D110663 ), instead of adding more customization for each platform. Some clang driver code uses os and environment to check feature compatibili

[PATCH] D111207: Driver: Add a gcc equivalent triple to the list of triples to search

2021-10-05 Thread Tom Stellard via Phabricator via cfe-commits
tstellar created this revision. tstellar added reviewers: aaronpuchert, hvdijk, MaskRay. Herald added a subscriber: pengfei. tstellar requested review of this revision. Herald added a project: clang. There are some gcc triples, like x86_64-redhat-linux, that provide the same behavior as a clang tr