diff options
author | Alexey Samsonov <samsonov@google.com> | 2012-10-09 16:03:52 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2012-10-09 16:03:52 +0000 |
commit | f288d223a44fb2fa0de69b225dcdbc5f7669defd (patch) | |
tree | 296214b50cda8fd59bca7e7ab9f7d20d9ee4b8fc /runtime/compiler-rt/clang_linux_test_input.c | |
parent | 3644d970095d9c638c658cfd17f8e19fc333aadc (diff) |
Fixup for r165097: build 32-bit ASan compiler-rt library on 64-bit Linux only if just-built clang can build simple 32-bit executables
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/compiler-rt/clang_linux_test_input.c')
-rw-r--r-- | runtime/compiler-rt/clang_linux_test_input.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/compiler-rt/clang_linux_test_input.c b/runtime/compiler-rt/clang_linux_test_input.c new file mode 100644 index 0000000000..e65ce9860a --- /dev/null +++ b/runtime/compiler-rt/clang_linux_test_input.c @@ -0,0 +1,4 @@ +// 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(){} |