[all-commits] [llvm/llvm-project] 52ae89: [compiler-rt][test] Add `env` command to fix comma...
Harini0924 via All-commits
all-commits at lists.llvm.org
Sun Aug 25 21:36:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52ae891036e3ab1f668eb103c46ca57257901c6b
https://github.com/llvm/llvm-project/commit/52ae891036e3ab1f668eb103c46ca57257901c6b
Author: Harini0924 <79345568+Harini0924 at users.noreply.github.com>
Date: 2024-08-25 (Sun, 25 Aug 2024)
Changed paths:
M compiler-rt/test/nsan/Posix/tls_reuse.c
M compiler-rt/test/nsan/nan.cpp
M compiler-rt/test/nsan/softmax.cpp
M compiler-rt/test/nsan/sum.cpp
M compiler-rt/test/nsan/vec_sqrt_ext.cpp
Log Message:
-----------
[compiler-rt][test] Add `env` command to fix command not found errors in compiler-rt with lit internal shell (#105917)
There are several files in the compiler-rt subproject that have command
not found errors. This patch uses the `env` command to properly set the
environment variables correctly when using the lit internal shell.
fixes: #102395
[This change is relevant [RFC] Enabling the lit internal shell by
Default](https://discourse.llvm.org/t/rfc-enabling-the-lit-internal-shell-by-default/80179)
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