Remove needsProfileLibrary argument

Second phase of removing LLVM coverage. This had to wait until after the
bootstrap advance.


Co-authored-by: Troels Lund <troels@google.com>


Merge-request: KOTLIN-MR-838
Merged-by: Alexander Shabalin <alexander.shabalin@jetbrains.com>
This commit is contained in:
Troels Bjerre Lund
2023-12-15 16:44:12 +00:00
committed by Space Cloud
parent 242e16baea
commit 6161f44d91
3 changed files with 7 additions and 9 deletions
@@ -528,7 +528,6 @@ open class KonanDynamicTest : KonanStandaloneTest() {
debug = isDebug,
kind = LinkerOutputKind.EXECUTABLE,
outputDsymBundle = "",
needsProfileLibrary = false,
mimallocEnabled = false
)
commands.map { cmd ->
@@ -225,7 +225,6 @@ abstract class CompileToExecutable : DefaultTask() {
debug = true,
kind = LinkerOutputKind.EXECUTABLE,
outputDsymBundle = outputFile.asFile.get().absolutePath + ".dSYM",
needsProfileLibrary = false,
mimallocEnabled = mimallocEnabled.get(),
sanitizer = sanitizer.orNull
).map { it.argsWithExecutable }