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 clang flags in lldb, propagate linker options #119

Merged
merged 7 commits into from
Sep 14, 2020

Commits on Sep 14, 2020

  1. Set extra swift clang flags in lldb. Propagate options for linking an…

    …d bundling from framework.bzl.
    amberdixon committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    ae3c3ab View commit details
    Browse the repository at this point in the history
  2. Revert unnecessary changes to bazelrc. Make sure the bazelrc sets com…

    …pilation_mode=dbg in this repo, so we can test binaries contain debug symbols
    amberdixon committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5f59b38 View commit details
    Browse the repository at this point in the history
  3. buildifier fixes

    amberdixon committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e018f67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0335fff View commit details
    Browse the repository at this point in the history
  5. LLDB should not reference directories that do not exist. It should al…

    …so read the presence of the clang flags variable correctly
    amberdixon committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    63479e8 View commit details
    Browse the repository at this point in the history
  6. Address PR feedback

    amberdixon committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    847aa85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bf6f0b View commit details
    Browse the repository at this point in the history