libdeflate icon indicating copy to clipboard operation
libdeflate copied to clipboard

Support feature detection with Embarcadero C++ Free compiler

Open zedxxx opened this issue 3 years ago • 3 comments

It based on Clang compiler: https://www.embarcadero.com/free-tools/ccompiler

Download link: BCC102.zip

zedxxx avatar Jul 19 '21 17:07 zedxxx

There are defined macros __BORLANDC__ and __clang__ for this compiler.

zedxxx avatar Jul 19 '21 18:07 zedxxx

I haven't used this compiler before, and it doesn't appear to be commonly used. It also doesn't appear to be easily installable on Linux like apt-get install clang (presumably because it is closed source?). So I am not planning to test it myself. If you would like some things to be changed to support it anyway, then please submit a pull request.

ebiggers avatar Jul 21 '21 20:07 ebiggers

Maybe the mingw patches help with some ideas how to build as clang was recently enabled there?

kmilos avatar Aug 06 '21 10:08 kmilos