Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ziglang/zig
base: f073923ea08a
Choose a base ref
...
head repository: ziglang/zig
compare: 453439a96403
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 17, 2018

  1. add CLANG_LIBDIRS cmake build variable

    Mirrors LLVM_LIBDIRS, tells cmake where to look for libclang libraries.
    bnoordhuis committed Mar 17, 2018
    Copy the full SHA
    4a921b2 View commit details
    Browse the repository at this point in the history
  2. add LLVM_LIBDIRS to link directories

    This seems to be the only way to get the zig build to link against llvm
    libraries in a non-standard location.
    bnoordhuis committed Mar 17, 2018
    Copy the full SHA
    c2c34c0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #840 from bnoordhuis/libdirs

    add CLANG_LIBDIRS cmake build variable
    andrewrk committed Mar 17, 2018
    Copy the full SHA
    453439a View commit details
    Browse the repository at this point in the history