[K/N][perf] Performance project build
* Add build-tools plugin * Cleanup code * Add missing methods after the move
This commit is contained in:
committed by
Space Team
parent
71eaa43d95
commit
c49128aa99
+1
-1
@@ -74,7 +74,7 @@ open class KonanCacheTask: DefaultTask() {
|
||||
@TaskAction
|
||||
fun compile() {
|
||||
// This code uses bootstrap version of util-klib and fails due to the older default ABI than library being used
|
||||
// A possible solution is to read it manually from manifest file or this check should be done bu the compiler itself
|
||||
// A possible solution is to read it manually from manifest file or this check should be done by the compiler itself
|
||||
// check(klibUniqName == readKlibUniqNameFromManifest()) {
|
||||
// "klibUniqName mismatch: configured '$klibUniqName', resolved '${readKlibUniqNameFromManifest()}'"
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user