[all-commits] [llvm/llvm-project] 185640: [DFSan] Remove use of setarch in dfsan test.
Andrew Browne via All-commits
all-commits at lists.llvm.org
Mon Mar 14 10:04:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18564095a7075d1cc51983008495402b10a6d008
https://github.com/llvm/llvm-project/commit/18564095a7075d1cc51983008495402b10a6d008
Author: Andrew Browne <browneee at google.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M compiler-rt/test/dfsan/release_shadow_space.c
Log Message:
-----------
[DFSan] Remove use of setarch in dfsan test.
Use of setarch Was added by
https://github.com/llvm/llvm-project/commit/f93c2b64ed381bc4bc52f4b8539026f1597f574d
Running the test now it doesn't seem necessary because:
1) Explicitly only x86_64 is supported for dfsan.
2) https://reviews.llvm.org/D111522 makes it less flakey.
Differential Revision: https://reviews.llvm.org/D121439
More information about the All-commits
mailing list