Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure symbols are exported for bpftrace executable #1438

Merged
merged 1 commit into from Jul 24, 2020

Commits on Jul 24, 2020

  1. Ensure symbols are exported for bpftrace executable

    bpftrace executable needs to lookup `BEGIN_trigger` and `END_trigger`
    symbols. Since the bump of the minimal versin of CMake in
    1a1a4a9, these symbols are stripped
    from bpftrace: the executable is built without the `-rdynamic` option
    and the symbol is not present anymore (tested with GCC 10). To restore
    this compile option, we can instruct CMake to export symbols for
    bpftrace executable.
    
    Also, see bpftrace#954.
    vincentbernat committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    c1c60d6 View commit details
    Browse the repository at this point in the history