Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[compiler-rt] Allow to build on CYGWIN (llvm#66348)
If you try to build `compiler-rt` on CYGWIN, you will get message: ``` error: Unsupported target ``` Adding support for this platform. just needs to add testing if `__CYGWIN__` is defined into `lib\builtins\int_lib.h`.
- Loading branch information