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:
committed by
Space Cloud
parent
242e16baea
commit
6161f44d91
@@ -528,7 +528,6 @@ open class KonanDynamicTest : KonanStandaloneTest() {
|
||||
debug = isDebug,
|
||||
kind = LinkerOutputKind.EXECUTABLE,
|
||||
outputDsymBundle = "",
|
||||
needsProfileLibrary = false,
|
||||
mimallocEnabled = false
|
||||
)
|
||||
commands.map { cmd ->
|
||||
|
||||
-1
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user