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

Disable LLVM ABI breaking checks by default when building swift #45

Open
wants to merge 1 commit into
base: swift-4.0-branch
Choose a base branch
from

Commits on Feb 1, 2017

  1. Disable LLVM ABI breaking checks by default when building swift

    The LLVM ABI breaking checks require that all uses of llvm's ADT library must also link libSupport. Parts of the Swift standard library use ADT without Support intentionally. To make this work we must disable the ABI breaking checks when building swift.
    
    This patch changes the default value of the option that controls the ABI breaking checks to disable the checks by default if the swift source directory is present in the LLVM build tree.
    Chris Bieneman committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    ea1b222 View commit details
    Browse the repository at this point in the history