[all-commits] [llvm/llvm-project] 952b13: [clang][compiler-rt][test] Removed dirname command...
Connie Zhu via All-commits
all-commits at lists.llvm.org
Mon Aug 26 20:33:34 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 952b13362d4af238b22444cc27844c0ac8c09047
https://github.com/llvm/llvm-project/commit/952b13362d4af238b22444cc27844c0ac8c09047
Author: Connie Zhu <60797237+connieyzhu at users.noreply.github.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M clang/test/Driver/offload-packager.c
M compiler-rt/test/hwasan/TestCases/hwasan_symbolize.cpp
Log Message:
-----------
[clang][compiler-rt][test] Removed dirname command substitutions from tests (#105754)
This patch rewrites tests in clang and compiler-rt that uses bash
command substitution syntax $() to execute the dirname command. This is
done so that the tests can be run using lit's internal shell.
Fixes https://github.com/llvm/llvm-project/issues/102384.
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