From 316d58822dada9440bd06ecfc758dcc2364d617c Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 2 Jan 2017 19:18:27 +0000 Subject: Vendor import of compiler-rt trunk r290819: https://llvm.org/svn/llvm-project/compiler-rt/trunk@290819 --- make/platform/clang_darwin_test_input.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 make/platform/clang_darwin_test_input.c (limited to 'make/platform/clang_darwin_test_input.c') diff --git a/make/platform/clang_darwin_test_input.c b/make/platform/clang_darwin_test_input.c deleted file mode 100644 index b406a28a639c..000000000000 --- a/make/platform/clang_darwin_test_input.c +++ /dev/null @@ -1,15 +0,0 @@ -/* Include the headers we use in int_lib.h, to verify that they work. */ - -#include -#include -#include -#include -#include - -// Force us to link at least one symbol in a system library -// to detect systems where we don't have those for a given -// architecture. -int main(int argc, const char **argv) { - int x; - memcpy(&x,&argc,sizeof(int)); -} -- cgit v1.2.3