You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Download LLVM-Pascal-pre-alpha-IV.zip
2.open llvm_pascal.dproj in XE4
3. press Shift + F9
What is the expected output? What do you see instead?
Compiled OK
What version of the product are you using? On what operating system?
18.0.4905.60485
Please provide any additional information below.
cannot resolve DecimalSeparator and ThousandSeparator in constructor
TScanner.Create, and reports numerous Left side cannot be assigned to errors
when attempting to assign to constants.
Original issue reported on code.google.com by [email protected] on 13 Sep 2013 at 7:20
The text was updated successfully, but these errors were encountered:
I got the latest from SVN and I had to make several changes to get it compiling
in XE4:
-added SysUtils to implementation section uses clause
-commented out lines 106-107 in Scanner.pas as they could not be resolved
-had to change the TAnalyser.Analyse() method to use AnsiChar because of
reported type differences
I tried compiling a basic Delphi VCL project and only got the message about 0
lines compiled.....no error messages
Original issue reported on code.google.com by
[email protected]
on 13 Sep 2013 at 7:20The text was updated successfully, but these errors were encountered: