[all-commits] [llvm/llvm-project] 058f5f: Avoid O_CLOEXEC to allow building on older Linux (...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri May 29 02:07:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 058f5f6fd813d1ee1480497394d6fd44e65ec62b
https://github.com/llvm/llvm-project/commit/058f5f6fd813d1ee1480497394d6fd44e65ec62b
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
Log Message:
-----------
Avoid O_CLOEXEC to allow building on older Linux (RHEL5)
Summary:
See https://github.com/google/sanitizers/issues/1253.
Small patch to enable compilation on (ancient) Red Hat Enterprise Linux 5.
Reviewers: kcc, vitalybuka
Reviewed By: vitalybuka
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D80648
More information about the All-commits
mailing list