Skip to content
Snippets Groups Projects
  • Alexey Samsonov's avatar
    fb9697c3
    [CMake] Propagate top-level targets for compiler-rt runtimes and test-suites · fb9697c3
    Alexey Samsonov authored
    from (external) compiler-rt build tree into LLVM/Clang build tree in
    LLVM_BUILD_EXTERNAL_COMPILER_RT mode.
    
    For instance, running
      make asan -j12
    in LLVM/Clang build tree will now build Clang, use it to configure
    compiler-rt build tree, and invoke "make asan -j12" there. ASan runtime will
    be built in the proper location, where Clang driver expects to find it.
    
    Running
      make check-asan
    will build Clang, use it to configure compiler-rt build tree, build everything
    there, and then run "make check-asan" in compiler-rt build tree using just-built
    Clang and ASan runtime.
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204463 91177308-0d34-0410-b5e6-96231b3b80d8
    fb9697c3
    History
    [CMake] Propagate top-level targets for compiler-rt runtimes and test-suites
    Alexey Samsonov authored
    from (external) compiler-rt build tree into LLVM/Clang build tree in
    LLVM_BUILD_EXTERNAL_COMPILER_RT mode.
    
    For instance, running
      make asan -j12
    in LLVM/Clang build tree will now build Clang, use it to configure
    compiler-rt build tree, and invoke "make asan -j12" there. ASan runtime will
    be built in the proper location, where Clang driver expects to find it.
    
    Running
      make check-asan
    will build Clang, use it to configure compiler-rt build tree, build everything
    there, and then run "make check-asan" in compiler-rt build tree using just-built
    Clang and ASan runtime.
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204463 91177308-0d34-0410-b5e6-96231b3b80d8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.