Skip to content

Commit 54a3be6

Browse files
committed
Blacklist files not needed to compile the backend
1 parent 079dfd6 commit 54a3be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ object Build {
373373
val files = ((backendDir *
374374
(allScalaFiles - "JavaPlatform.scala" - "Platform.scala" - "ScalaPrimitives.scala")) +++
375375
(backendDir / "jvm") *
376-
(allScalaFiles - "BCodeICodeCommon.scala" - "GenASM.scala" - "GenBCode.scala" - "ScalacBackendInterface.scala")
376+
(allScalaFiles - "BCodeICodeCommon.scala" - "GenASM.scala" - "GenBCode.scala" - "ScalacBackendInterface.scala" - "BackendStats.scala" - "BCodeAsmEncode.scala")
377377
).get
378378

379379
val pairs = files.pair(sbt.Path.rebase(submoduleCompilerDir, outputDir))

0 commit comments

Comments
 (0)