Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
/ swift-llvm Public archive

Fix llvm-config support for CMake build-mode-style builds #165

Open
wants to merge 1 commit into
base: apple/stable/20190619
Choose a base branch
from

Commits on Oct 10, 2019

  1. Fix llvm-config support for CMake build-mode-style builds

    At some point we and/or CMake changed our build-mode-style builds from
      $LLVM_OBJ_ROOT/bin/$CMAKE_CFG_INTDIR/
    to
      $LLVM_OBJ_ROOT/$CMAKE_CFG_INTDIR/bin/
    which is way easier to use. But no one updated llvm-config.
    
    https://reviews.llvm.org/D66326
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369129 91177308-0d34-0410-b5e6-96231b3b80d8
    jrose-apple committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    04ee2c9 View commit details
    Browse the repository at this point in the history