[llvm] [Cygwin] Cygwin general (PR #74944)

Anton Korobeynikov via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 31 15:20:12 PST 2023


=?utf-8?b?5b6Q5oyB5oGS?= Xu Chiheng,=?utf-8?b?5b6Q5oyB5oGS?= Xu Chiheng,
=?utf-8?b?5b6Q5oyB5oGS?= Xu Chiheng,=?utf-8?b?5b6Q5oyB5oGS?= Xu Chiheng
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/74944 at github.com>


================
@@ -102,10 +102,31 @@ bool Process::AreCoreFilesPrevented() { return coreFilesPrevented; }
     ::exit(RetCode);
 }
 
+#if defined(_WIN32) || defined(__CYGWIN__)
----------------
asl wrote:

Supporting what @mstorsjo said, this should be done in opposite direction. Process.cpp is mostly considered as "target-neutral"

https://github.com/llvm/llvm-project/pull/74944


More information about the llvm-commits mailing list