[clang] [Driver] Fix the sysroot.c test properly (PR #94276)

2024-06-03 Thread Vladimir Vereschaka via cfe-commits
vvereschaka wrote: The `clang/test/Driver/sysroot.c` test has passed in my environment. https://github.com/llvm/llvm-project/pull/94276 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Fix the sysroot.c test properly (PR #94276)

2024-06-03 Thread Vladimir Vereschaka via cfe-commits
vvereschaka wrote: I'm still building the toolchain in my environment. I'll let you known the test results. https://github.com/llvm/llvm-project/pull/94276 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/

[clang] [Driver] Fix the sysroot.c test properly (PR #94276)

2024-06-03 Thread Paul T Robinson via cfe-commits
https://github.com/pogo59 closed https://github.com/llvm/llvm-project/pull/94276 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Fix the sysroot.c test properly (PR #94276)

2024-06-03 Thread Jessica Clarke via cfe-commits
https://github.com/jrtc27 approved this pull request. Didn't reproduce it myself, just worked out the problem from the build log. If this test still works locally for you then this should fix it. https://github.com/llvm/llvm-project/pull/94276 ___ cfe

[clang] [Driver] Fix the sysroot.c test properly (PR #94276)

2024-06-03 Thread Paul T Robinson via cfe-commits
https://github.com/pogo59 updated https://github.com/llvm/llvm-project/pull/94276 >From b4b78efe9c8119e6b4b1f539847e5678808bf715 Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Mon, 3 Jun 2024 12:43:59 -0700 Subject: [PATCH] [Driver] Fix the sysroot.c test properly A DEFAULT_SYSROOT interfe

[clang] [Driver] Fix the sysroot.c test properly (PR #94276)

2024-06-03 Thread Paul T Robinson via cfe-commits
https://github.com/pogo59 edited https://github.com/llvm/llvm-project/pull/94276 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Fix the sysroot.c test properly (PR #94276)

2024-06-03 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Paul T Robinson (pogo59) Changes A DEFAULT_SYSROOT interfered with the test, apparently. See #95055. --- Full diff: https://github.com/llvm/llvm-project/pull/94276.diff 1 Files Affected: - (modified) clang/test/Driver/sysroot.c (

[clang] [Driver] Fix the sysroot.c test properly (PR #94276)

2024-06-03 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Paul T Robinson (pogo59) Changes A DEFAULT_SYSROOT interfered with the test, apparently. See #95055. --- Full diff: https://github.com/llvm/llvm-project/pull/94276.diff 1 Files Affected: - (modified) clang/test/Driver/sysroot.c (+2-4)

[clang] [Driver] Fix the sysroot.c test properly (PR #94276)

2024-06-03 Thread Paul T Robinson via cfe-commits
pogo59 wrote: Pls try in your environments to see if this solves the problem. https://github.com/llvm/llvm-project/pull/94276 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Fix the sysroot.c test properly (PR #94276)

2024-06-03 Thread Paul T Robinson via cfe-commits
https://github.com/pogo59 created https://github.com/llvm/llvm-project/pull/94276 A DEFAULT_SYSROOT interfered with the test, apparently. See #95055. >From c89183017ef9719c92077c1be6fd282e22a98e4e Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Mon, 3 Jun 2024 12:43:59 -0700 Subject: [PATCH