]> sourceware.org Git - systemtap.git/commit
buildrun.cxx: skip objtool processing for tracequery and typequery modules
authorSultan Alsawaf <sultan@openresty.com>
Thu, 28 Apr 2022 01:59:53 +0000 (18:59 -0700)
committerSultan Alsawaf <sultan@openresty.com>
Thu, 28 Apr 2022 02:02:14 +0000 (19:02 -0700)
commit10dda57d5c6412570f80c117e1edf60e334bb3e6
tree199c68f0cfa8147137090f50fabe4083234b800b
parentd752cdd14eefd0dd0c81bb5b4d7787394335a49e
buildrun.cxx: skip objtool processing for tracequery and typequery modules

The tracequery and typequery modules are never loaded, so objtool's
instruction rewrites for things like jump targets aren't needed. Since
objtool is slow and uses a lot of memory, skip it when compiling the
tracequery and typequery modules.
buildrun.cxx
This page took 0.025408 seconds and 5 git commands to generate.