diff options
author | Chris Bieneman <beanz@apple.com> | 2016-08-23 17:32:38 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2016-08-23 17:32:38 +0000 |
commit | d470f434abb082a2c2386b15e8f6710780cdff9c (patch) | |
tree | 8bac1b083cdc07fc4c34579d16091db94200777c /compiler-rt/make/platform/clang_linux_test_input.c | |
parent | 200e3cbfb0196f78e0901de4b19d63a1e80ae8d1 (diff) | |
download | bcm5719-llvm-d470f434abb082a2c2386b15e8f6710780cdff9c.tar.gz bcm5719-llvm-d470f434abb082a2c2386b15e8f6710780cdff9c.zip |
Delete remaining compiler-rt makefiles
Summary:
Since we can now build the builtins without a full toolchain these files should no longer be needed.
This is the last vestige of autoconf!
Reviewers: compnerd, iains, jroelofs
Subscribers: dberris, llvm-commits
Differential Revision: https://reviews.llvm.org/D23777
llvm-svn: 279539
Diffstat (limited to 'compiler-rt/make/platform/clang_linux_test_input.c')
-rw-r--r-- | compiler-rt/make/platform/clang_linux_test_input.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/make/platform/clang_linux_test_input.c b/compiler-rt/make/platform/clang_linux_test_input.c deleted file mode 100644 index e65ce9860af..00000000000 --- a/compiler-rt/make/platform/clang_linux_test_input.c +++ /dev/null @@ -1,4 +0,0 @@ -// This file is used to check if we can produce working executables -// for i386 and x86_64 archs on Linux. -#include <stdlib.h> -int main(){} |