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

Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind #60983

Merged
merged 1 commit into from
May 21, 2019

Commits on May 20, 2019

  1. Set -funwind-tables and -fno-exceptions unconditionally for LLVM's li…

    …bunwind
    
    These are required otherwise libunwind will end up with undefined
    references to __gxx_personality_v0 which is provided by C++ ABI
    library and that's undesirable.
    petrhosek committed May 20, 2019
    Configuration menu
    Copy the full SHA
    d8f764b View commit details
    Browse the repository at this point in the history