[all-commits] [llvm/llvm-project] 5321f5: [compiler-rt][Profile] Temporarily Disable Test on...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Wed Nov 5 17:59:18 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5321f5c0b29c6f15019effd1e151003c93c18627
https://github.com/llvm/llvm-project/commit/5321f5c0b29c6f15019effd1e151003c93c18627
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M compiler-rt/test/profile/instrprof-tmpdir.c
Log Message:
-----------
[compiler-rt][Profile] Temporarily Disable Test on AIX
This was very hackily patched in
16ef893e9fdec2b08dafc82f5450b41834e09039 to not use env -u. The internal
shell does not support unset, but does supprt env -u. Disable the test
for now so we can enable the internal shell with a TODO to enable it
after the internal shell landing has stuck.
Reviewers: fmayer, vitalybuka, w2yehia, daltenty, mingmingl-llvm, madanial0
Reviewed By: mingmingl-llvm
Pull Request: https://github.com/llvm/llvm-project/pull/166637
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list