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 3e80233 commit 7a3d5e0Copy full SHA for 7a3d5e0
project/Build.scala
@@ -274,7 +274,7 @@ object Build {
274
val files = ((backendDir *
275
(allScalaFiles - "JavaPlatform.scala" - "Platform.scala" - "ScalaPrimitives.scala")) +++
276
(backendDir / "jvm") *
277
- (allScalaFiles - "BCodeICodeCommon.scala" - "GenASM.scala" - "GenBCode.scala" - "ScalacBackendInterface.scala")
+ (allScalaFiles - "BCodeICodeCommon.scala" - "GenASM.scala" - "GenBCode.scala" - "ScalacBackendInterface.scala" - "BackendStats.scala" - "BCodeAsmEncode.scala")
278
).get
279
280
val pairs = files.pair(sbt.Path.rebase(submoduleCompilerDir, outputDir))
0 commit comments