Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support feature detection with Embarcadero C++ Free compiler #134

Open
zedxxx opened this issue Jul 19, 2021 · 3 comments
Open

Support feature detection with Embarcadero C++ Free compiler #134

zedxxx opened this issue Jul 19, 2021 · 3 comments

Comments

@zedxxx
Copy link

zedxxx commented Jul 19, 2021

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

Download link: BCC102.zip

@zedxxx
Copy link
Author

zedxxx commented Jul 19, 2021

There are defined macros __BORLANDC__ and __clang__ for this compiler.

@ebiggers
Copy link
Owner

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 ebiggers changed the title Support future detection for Embarcadero C++ Free compiler Support feature detection with Embarcadero C++ Free compiler Jul 21, 2021
@kmilos
Copy link
Contributor

kmilos commented Aug 6, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants