CLI: remove obsolete -Xbuiltins-from-sources

Looks like it has no effect anymore after 3f2e996803.
This commit is contained in:
Alexander Udalov
2023-10-24 23:09:18 +02:00
committed by Space Team
parent 2d308e7c27
commit 77dba281a3
6 changed files with 4 additions and 33 deletions
-1
View File
@@ -68,7 +68,6 @@ where advanced options include:
-Xallow-any-scripts-in-source-roots
Allow compiling scripts along with regular Kotlin sources.
-Xallow-kotlin-package Allow compiling code in the 'kotlin' package, and allow not requiring 'kotlin.stdlib' in 'module-info'.
-Xbuiltins-from-sources Compile built-ins from sources.
-Xcheck-phase-conditions Check pre- and postconditions of IR lowering phases.
-Xcheck-sticky-phase-conditions
Run sticky condition checks on subsequent phases. Implicitly enables '-Xcheck-phase-conditions'.