Skip to content

Commit 6547f93

Browse files
committed
Merge branch 'rightlib' into mergelibs-241004-1110
2 parents e55564f + 5d32f79 commit 6547f93

File tree

520 files changed

+35684
-55730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

520 files changed

+35684
-55730
lines changed

.mapping.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"build/mapping.conf.json":"devtools/ya/opensource/mapping.conf.json",
33
"build/scripts":"build/export_generators/hardcoded-cmake/build/scripts",
4-
"build/scripts/create_recursive_library_for_cmake.py":"build/export_generators/hardcoded-cmake/build/scripts/create_recursive_library_for_cmake.py",
5-
"build/scripts/export_script_gen.py":"build/export_generators/hardcoded-cmake/build/scripts/export_script_gen.py",
6-
"build/scripts/gather_swig_java.cmake":"build/export_generators/hardcoded-cmake/build/scripts/gather_swig_java.cmake",
7-
"build/scripts/generate_vcs_info.py":"build/export_generators/hardcoded-cmake/build/scripts/generate_vcs_info.py",
8-
"build/scripts/re_replace.py":"build/export_generators/hardcoded-cmake/build/scripts/re_replace.py",
9-
"build/scripts/split_unittest.py":"build/export_generators/hardcoded-cmake/build/scripts/split_unittest.py",
104
"build/ya.conf.json":"devtools/ya/opensource/ya.conf.json",
115
"ya":"devtools/ya/opensource/ya",
126
"ya.conf":"devtools/ya/opensource/ya.conf"

build/conf/compilers/gnu_compiler.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ when ($CLANG == "yes") {
2626
_DEBUG_INFO_FLAGS=-g
2727
when ($OS_LINUX == "yes") {
2828
_DEBUG_INFO_FLAGS=-g -ggnu-pubnames
29+
# Clang's more accurate debug info for sampling-PGO purposes. PGO only makes sense in release builds
30+
when ($CLANG == "yes" && $_BUILD_RELEASE == "yes") {
31+
_DEBUG_INFO_FLAGS+=-fdebug-info-for-profiling
32+
}
2933
}
3034

3135
_CROSS_SUFFIX=.pic

build/conf/java.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ _WITH_KOTLINC_PLUGIN_ALLOPEN_SEM=
19261926
macro _WITH_KOTLINC_ALLOPEN(Options...) {
19271927
SET_APPEND(KOTLINC_OPTS_VALUE ${pre=-P plugin\:org.jetbrains.kotlin.allopen\::Options})
19281928
SET(WITH_KOTLINC_PLUGIN_ALLOPEN yes)
1929-
SET(_WITH_KOTLINC_ALLOPEN_SEM && with_kotlinc_plugin_allopen)
1929+
SET(_WITH_KOTLINC_PLUGIN_ALLOPEN_SEM && with_kotlinc_plugin_allopen)
19301930
}
19311931

19321932
# tag:kotlin-specific

build/export_generators/hardcoded-cmake/build/scripts/create_recursive_library_for_cmake.py

Lines changed: 0 additions & 200 deletions
This file was deleted.

build/export_generators/hardcoded-cmake/build/scripts/export_script_gen.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

build/export_generators/hardcoded-cmake/build/scripts/gather_swig_java.cmake

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)