FIR: Disable java tracking in FIR IC

until it is properly implemented,
fixes some IC tests for now, making it less pecise
This commit is contained in:
Ilya Chernikov
2021-02-16 11:01:47 +01:00
parent 20fdad87ec
commit 14121a1d9a
11 changed files with 204 additions and 1 deletions
@@ -75,7 +75,7 @@ fun makeIncrementally(
cachesDir,
buildReporter,
// Use precise setting in case of non-Gradle build
usePreciseJavaTracking = true,
usePreciseJavaTracking = !args.useFir, // TODO: add fir-based java classes tracker when available and set this to true
outputFiles = emptyList(),
buildHistoryFile = buildHistoryFile,
modulesApiHistory = EmptyModulesApiHistory,