Changeset 149271 in webkit


Ignore:
Timestamp:
Apr 29, 2013 1:05:37 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Export the COLLECT_NO_DEMANGLE variable on the builders
https://bugs.webkit.org/show_bug.cgi?id=115323

Reviewed by Philippe Normand.

Export the COLLECT_NO_DEMANGLE environment variable on the GTK BuildBot builders.
Its presence enforces linkers to output mangled symbols when reporting linking failures
due to unresolved references. People trying to fix the build can then simply copy
the printed mangled symbol into the symbols.filter file instead of doing a manual build
or connecting to the builders to discover the mangled version of the missing symbol.

  • BuildSlaveSupport/gtk/daemontools-buildbot.conf:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/gtk/daemontools-buildbot.conf

    r121345 r149271  
    4040#
    4141env_CFLAGS="-pipe"
     42env_COLLECT_NO_DEMANGLE="1"
    4243env_CXXFLAGS="-pipe"
    4344env_LDFLAGS="-no-install -no-fast-install"
  • trunk/Tools/ChangeLog

    r149270 r149271  
     12013-04-29  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Export the COLLECT_NO_DEMANGLE variable on the builders
     4        https://bugs.webkit.org/show_bug.cgi?id=115323
     5
     6        Reviewed by Philippe Normand.
     7
     8        Export the COLLECT_NO_DEMANGLE environment variable on the GTK BuildBot builders.
     9        Its presence enforces linkers to output mangled symbols when reporting linking failures
     10        due to unresolved references. People trying to fix the build can then simply copy
     11        the printed mangled symbol into the symbols.filter file instead of doing a manual build
     12        or connecting to the builders to discover the mangled version of the missing symbol.
     13
     14        * BuildSlaveSupport/gtk/daemontools-buildbot.conf:
     15
    1162013-04-28  Zan Dobersek  <zdobersek@igalia.com>
    217
Note: See TracChangeset for help on using the changeset viewer.