Skip to content
Snippets Groups Projects
  • Chris Bieneman's avatar
    3bec932e
    [CMake] Add support for specifying arguments to the bootstrap build. · 3bec932e
    Chris Bieneman authored
    This adds support for three types of argument specifications for bootstrap builds:
    
    (1) Arguments prefixed with BOOTSTRAP_* will be passed through with the leading BOOTSTRAP_ removed.
    (2) CLANG_BOOTSTRAP_PASSTHROUGH can specify a list of variables to be passed through as they are set.
    (3) BOOTSTRAP_DEFAULT_PASSTHROUGH is a list of some default passthrough variables that are always passed through. Those variables include the version string and should only specify variables that are always expected to be the same between the stage1 and stage2
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253721 91177308-0d34-0410-b5e6-96231b3b80d8
    3bec932e
    History
    [CMake] Add support for specifying arguments to the bootstrap build.
    Chris Bieneman authored
    This adds support for three types of argument specifications for bootstrap builds:
    
    (1) Arguments prefixed with BOOTSTRAP_* will be passed through with the leading BOOTSTRAP_ removed.
    (2) CLANG_BOOTSTRAP_PASSTHROUGH can specify a list of variables to be passed through as they are set.
    (3) BOOTSTRAP_DEFAULT_PASSTHROUGH is a list of some default passthrough variables that are always passed through. Those variables include the version string and should only specify variables that are always expected to be the same between the stage1 and stage2
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253721 91177308-0d34-0410-b5e6-96231b3b80d8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 24.84 KiB