From 63714eb5809e39666dec2454c354195e76f916ba Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 20 Aug 2019 18:00:15 +0000 Subject: Remove upstream files and directories from vendor/compiler-rt/dist that we do not use. This saves on repository space, and reduces the number of tree conflicts when merging. --- test/sanitizer_common/TestCases/Linux/aligned_alloc.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/sanitizer_common/TestCases/Linux/aligned_alloc.c (limited to 'test/sanitizer_common/TestCases/Linux/aligned_alloc.c') diff --git a/test/sanitizer_common/TestCases/Linux/aligned_alloc.c b/test/sanitizer_common/TestCases/Linux/aligned_alloc.c deleted file mode 100644 index 12af18dd32a1..000000000000 --- a/test/sanitizer_common/TestCases/Linux/aligned_alloc.c +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %clang -std=c11 -O0 %s -o %t && %run %t -#include -extern void *aligned_alloc (size_t alignment, size_t size); -int main() { - volatile void *p = aligned_alloc(128, 1024); - free((void*)p); - return 0; -} -- cgit v1.3