[PATCH] D156427: [clang] Improve hermeticity of clang header tests.

2023-07-31 Thread Simi Pallipurath via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG3f75d38a4d4d: [clang] Improve hermeticity of clang header tests. (authored by simpal01). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST A

[PATCH] D156427: [clang] Improve hermeticity of clang header tests.

2023-07-27 Thread Michael Platings via Phabricator via cfe-commits
michaelplatings accepted this revision. michaelplatings added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156427/new/ https://reviews.llvm.org/D156427 _

[PATCH] D156427: [clang] Improve hermeticity of clang header tests.

2023-07-27 Thread Simi Pallipurath via Phabricator via cfe-commits
simpal01 created this revision. Herald added a project: All. simpal01 requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Specifying --sysroot prevents these header tests from being located in standard library directories. Repository: r