We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079dfd6 commit 54a3be6Copy full SHA for 54a3be6
project/Build.scala
@@ -373,7 +373,7 @@ object Build {
373
val files = ((backendDir *
374
(allScalaFiles - "JavaPlatform.scala" - "Platform.scala" - "ScalaPrimitives.scala")) +++
375
(backendDir / "jvm") *
376
- (allScalaFiles - "BCodeICodeCommon.scala" - "GenASM.scala" - "GenBCode.scala" - "ScalacBackendInterface.scala")
+ (allScalaFiles - "BCodeICodeCommon.scala" - "GenASM.scala" - "GenBCode.scala" - "ScalacBackendInterface.scala" - "BackendStats.scala" - "BCodeAsmEncode.scala")
377
).get
378
379
val pairs = files.pair(sbt.Path.rebase(submoduleCompilerDir, outputDir))
0 commit comments