mirror of
https://github.com/darlinghq/darling-compiler-rt.git
synced 2024-11-27 05:40:31 +00:00
bdc0e9eb24
This is a re-application of r229554 restricted to Linux build only. Apple still uses Makefile/autoconf to build Clang and sanitizers. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@229756 91177308-0d34-0410-b5e6-96231b3b80d8
20 lines
506 B
Makefile
20 lines
506 B
Makefile
#===- lib/Makefile.mk --------------------------------------*- Makefile -*--===#
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
#===------------------------------------------------------------------------===#
|
|
|
|
SubDirs :=
|
|
|
|
# Add submodules.
|
|
SubDirs += asan
|
|
SubDirs += builtins
|
|
SubDirs += interception
|
|
SubDirs += lsan
|
|
SubDirs += profile
|
|
SubDirs += sanitizer_common
|
|
SubDirs += ubsan
|