[all-commits] [llvm/llvm-project] 077fe9: [llvm-exegesis] Disable core dumps in subprocess (...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Dec 4 01:48:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 077fe9773632b955ad114eeeb4153c734a9f5172
https://github.com/llvm/llvm-project/commit/077fe9773632b955ad114eeeb4153c734a9f5172
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
Log Message:
-----------
[llvm-exegesis] Disable core dumps in subprocess (#74144)
Core dumps are currently enabled within the llvm-exegesis subprocess
executor. This can create a lot of core dumps when going through
different snippets that might segfault when experimenting with memory
annotations. These core dumps are not really needed as the information
about the segfault is reported directly to the user.
More information about the All-commits
mailing list