[all-commits] [llvm/llvm-project] c0503d: [sanitizers] fix print-module-map test on linux
Emily Shi via All-commits
all-commits at lists.llvm.org
Fri Mar 5 16:41:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0503df15d589b1373e092ac0be7ed39fe5e3597
https://github.com/llvm/llvm-project/commit/c0503df15d589b1373e092ac0be7ed39fe5e3597
Author: Emily Shi <code at emi.sh>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Posix/print-module-map.cpp
Log Message:
-----------
[sanitizers] fix print-module-map test on linux
Looks like the default options for halt_on_error are different between linux and mac. set it to 0 in the test so the behavior is the same on both platforms.
rdar://75110847
Reviewed By: delcypher
Differential Revision: https://reviews.llvm.org/D98089
More information about the All-commits
mailing list