[all-commits] [llvm/llvm-project] 3a7c18: [safestack] Support multilib testing (#98002)
Rainer Orth via All-commits
all-commits at lists.llvm.org
Fri Jul 19 00:56:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a7c187031ea4999e426565fa53282cf536158dd
https://github.com/llvm/llvm-project/commit/3a7c187031ea4999e426565fa53282cf536158dd
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M compiler-rt/test/safestack/CMakeLists.txt
M compiler-rt/test/safestack/lit.cfg.py
M compiler-rt/test/safestack/lit.site.cfg.py.in
Log Message:
-----------
[safestack] Support multilib testing (#98002)
While working on my safestack patches, I noticed that only the default
multilib was tested even though all multilib versions of
`libclang_rt.safestack.a` were built.
This patch fixes this, patterned after the ubsan testing support.
Tested on `amd64-pc-solaris2.11` (`amd64` and `i386`),
`sparcv9-sun-solaris2.11` (`sparcv9` and `sparc`), `x86_64-pc-linux-gnu`
(`x86_64` and `i386`), and `sparc64-unknown-linux-gnu` (`sparcv9` and
`sparc`).
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