Add cli argumens for FIR "tight" IC and LightTree usage

This commit is contained in:
Ilya Chernikov
2022-01-10 16:23:38 +01:00
committed by teamcity
parent 9e32188938
commit a239f02a30
5 changed files with 18 additions and 2 deletions
+2
View File
@@ -103,6 +103,8 @@ where advanced options include:
Eliminate builder inference restrictions like allowance of returning type variables of a builder inference call
-Xuse-fir Compile using Front-end IR. Warning: this feature is far from being production-ready
-Xuse-fir-extended-checkers Use extended analysis mode based on Front-end IR. Warning: this feature is far from being production-ready
-Xuse-fir-ic Compile using Front-end IR internal incremental compilation cycle. Warning: this feature is far from being production-ready
-Xuse-fir-lt Compile using LightTree parser with Front-end IR. Warning: this feature is far from being production-ready
-Xuse-mixed-named-arguments Enable Support named arguments in their own position even if the result appears as mixed
-Xverbose-phases Be verbose while performing these backend phases