diff options
| author | Chris Bieneman <beanz@apple.com> | 2016-01-26 21:31:12 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2016-01-26 21:31:12 +0000 |
| commit | 63a81b1415491e39cfd886397fdbdfb4b9142631 (patch) | |
| tree | a2c20ebbb5eb9f7b331edbfdb747c71c5dc8c4ae /compiler-rt/lib/interception | |
| parent | 2bf68c6c1cd47de381745bb94e6168d33334649a (diff) | |
| download | bcm5719-llvm-63a81b1415491e39cfd886397fdbdfb4b9142631.tar.gz bcm5719-llvm-63a81b1415491e39cfd886397fdbdfb4b9142631.zip | |
Remove autoconf support for building runtime libraries.
Summary:
This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html
"I am the punishment of God... If [autoconf] had not committed great sins, God would not have sent a punishment like me upon [it]."
-Genghis Khan
Reviewers: chandlerc, grosbach, bob.wilson, zaks.anna, kubabrecka, samsonov, echristo
Subscribers: iains, llvm-commits
Differential Revision: http://reviews.llvm.org/D16473
llvm-svn: 258863
Diffstat (limited to 'compiler-rt/lib/interception')
| -rw-r--r-- | compiler-rt/lib/interception/Makefile.mk | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/compiler-rt/lib/interception/Makefile.mk b/compiler-rt/lib/interception/Makefile.mk deleted file mode 100644 index 88aa6cbc26d..00000000000 --- a/compiler-rt/lib/interception/Makefile.mk +++ /dev/null @@ -1,23 +0,0 @@ -#===- lib/interception/Makefile.mk -------------------------*- Makefile -*--===# -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -#===------------------------------------------------------------------------===# - -ModuleName := interception -SubDirs := - -Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) -ObjNames := $(Sources:%.cc=%.o) - -Implementation := Generic - -# FIXME: use automatic dependencies? -Dependencies := $(wildcard $(Dir)/*.h) -Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h) - -# Define a convenience variable for all the interception functions. -InterceptionFunctions := $(Sources:%.cc=%) |

