[all-commits] [llvm/llvm-project] 19f379: [llvm-lit] Fix LLD Test when using lit internal sh...
Harini0924 via All-commits
all-commits at lists.llvm.org
Mon Aug 5 22:50:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19f379420b7ca5870931c10dd692aa5191878038
https://github.com/llvm/llvm-project/commit/19f379420b7ca5870931c10dd692aa5191878038
Author: Harini0924 <79345568+Harini0924 at users.noreply.github.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M lld/test/MachO/lto-object-path.ll
Log Message:
-----------
[llvm-lit] Fix LLD Test when using lit internal shell (#102063)
Resolved the issue in MachO/lto-object-path.ll test where
'ZERO_AR_DATE=0' was not recognized as a command. Changed the test
command to set the environment variable correctly using 'env'. This
allows that the environment variable is set properly, allowing the test
to pass.
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