Go to file
Petr Hosek 5f5c773765 [compiler-rt] Use exact spelling when building for default target
When building for default target only, use exact target spelling
when deriving the name for the per-target runtime directory. This
is necessary for AArch32 where the CMake build by default rewrites
the architecture which leads to unexpected results.

Differential Revision: https://reviews.llvm.org/D54612

llvm-svn: 347022
2018-11-16 04:14:23 +00:00
clang [CMake] Use the correct spelling for armv7 in Fuchsia's toolchain 2018-11-16 04:09:47 +00:00
clang-tools-extra [clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.h 2018-11-15 22:38:39 +00:00
compiler-rt [compiler-rt] Use exact spelling when building for default target 2018-11-16 04:14:23 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc r600: Add datalayout to image builtin implementation 2018-11-10 21:43:40 +00:00
libcxx Disable filesystem benchmark when libstdc++ doesn't support it 2018-11-15 19:53:43 +00:00
libcxxabi [CMake] Passthrough CFLAGS when checking the compiler-rt path 2018-11-14 00:09:26 +00:00
libunwind [CMake] Passthrough CFLAGS when checking the compiler-rt path 2018-11-14 00:09:26 +00:00
lld [WebAssembly] Import the stack pointer when building shared libraries 2018-11-15 18:15:54 +00:00
lldb Don't use uniform initialization syntax. 2018-11-16 03:16:27 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme. 2018-11-16 02:42:32 +00:00
openmp Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137. 2018-11-14 13:49:41 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [CMake] Fix generation of exported targets in build directory 2018-11-06 15:18:17 +00:00
README.md Update the project name in README.md 2018-10-19 00:03:01 +00:00

README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.