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

compilers: initial support for clang-based Borland C++ compilers #14399

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mochaaP
Copy link

@mochaaP mochaaP commented Mar 24, 2025

Fixes #12925.
https://docwiki.embarcadero.com/RADStudio/Athens/en/Win32_Clang-enhanced_Compilers

Tested configurations:

  • bcc32x
  • bcc64
  • bcc64x (like upstream clang + ld.lld, already works before this PR but ld.lld wasn't recognized properly)

@mochaaP
Copy link
Author

mochaaP commented Mar 24, 2025

You can fetch an older version of the compiler without installing RAD Studio here: https://altd.embarcadero.com/download/bcppbuilder/BCC102.zip

@mochaaP mochaaP force-pushed the borland branch 4 times, most recently from 3df87f3 to 8fc19c9 Compare March 24, 2025 08:19
@mochaaP mochaaP marked this pull request as draft March 24, 2025 10:24
@mochaaP
Copy link
Author

mochaaP commented Mar 24, 2025

TODO: fix tlib commandline parsing with an internal wrapper command
fixed. need testing for edge cases

@mochaaP mochaaP force-pushed the borland branch 19 times, most recently from 3834002 to faf702c Compare March 24, 2025 14:26
@mochaaP mochaaP marked this pull request as ready for review March 24, 2025 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERROR: Unknown compiler(s) on Windows
1 participant