Mateusz =?utf-8?q?Mikuła?= <[email protected]>, Mateusz =?utf-8?q?Mikuła?= <[email protected]>, Mateusz =?utf-8?q?Mikuła?= <[email protected]>, Mateusz =?utf-8?q?Mikuła?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -29,7 +29,6 @@ #ifdef __CYGWIN__ #include <cygwin/version.h> #include <sys/cygwin.h> -#define _WIN32 1 #endif ---------------- jeremyd2019 wrote: I'd bet you could get rid of the entire `#ifdef __CYGWIN__` block here, and the code inside both `_WIN32` and `__CYGWIN__` below. This code doesn't need to convert paths anymore, dladdr takes care of it. Unless somebody cares about supporting older cygwin that didn't have dladdr? https://github.com/llvm/llvm-project/pull/134494 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
