[cfe-users] -fborland-extensions on Linux
Jon D Trantham via cfe-users
cfe-users at lists.llvm.org
Wed Apr 20 12:23:00 PDT 2016
I want to port some C++ code that was originally written for Windows using
Borland (Embarcadero C++ Builder10 Seattle) to Linux. The code makes
extensive use of Borland's non-standard "__property" statements.
Is there a way to compile code that uses "__property" statements on a Linux
machine using Clang or does the -fborland-extensions only apply to Windows
versions of Clang? I've tried setting the flag, but the compiler (3.4.2)
gives me an "unknown type name" error.
--
*JonT*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20160420/0c57c589/attachment.html>
More information about the cfe-users
mailing list