Never instrument the crazy linker.
We are not interested in computing an order file for the crazy linker. This CL ensures that we never try to instrument it. R=mariakhomenko@chromium.org, pliard@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/292123008 git-svn-id: http://src.chromium.org/svn/trunk/src/build@272967 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
34fba0d9b8
Коммит
95097ba498
|
@ -3918,7 +3918,9 @@
|
|||
}],
|
||||
['order_profiling!=0 and (chromeos==1 or OS=="linux" or OS=="android")', {
|
||||
'target_conditions' : [
|
||||
['_toolset=="target"', {
|
||||
# crazy_linker has an upstream gyp file we can't edit, and we
|
||||
# don't want to instrument it.
|
||||
['_toolset=="target" and _target_name!="crazy_linker"', {
|
||||
'cflags': [
|
||||
'-finstrument-functions',
|
||||
# Allow mmx intrinsics to inline, so that the
|
||||
|
|
Загрузка…
Ссылка в новой задаче