Go to file
Eric Fiselier 84be761332 [CMake] Fix Libc++ Modules build.
When building the dylib, the C++ headers are fundamentally non-module.
They require special versions of the headers in order to provide C++03 and
legacy ABI definitions. This causes ODR issues when modules are enabled
during both the build and the usage of the libc++ headers.

This patch fixes the build error by disabling modules when building the
libc++ sources.

llvm-svn: 334220
2018-06-07 19:57:43 +00:00
clang Introducing single for loop into clang_proto_fuzzer 2018-06-07 19:17:46 +00:00
clang-tools-extra [clangd] Code completion: drop explicit injected names/operators, ignore Sema priority 2018-06-07 12:49:17 +00:00
compiler-rt [CMake] Fix Libc++ Modules build. 2018-06-07 19:57:43 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc Add initial support for half precision builtins 2018-05-17 22:55:30 +00:00
libcxx Remove unused code from __functional_base. NFC. 2018-06-06 06:42:27 +00:00
libcxxabi private_typeinfo: limit is_dst_type_derived_from_static_type optimization 2018-05-18 20:51:38 +00:00
libunwind [OR1K] Add the EPCR special-purpose register to register state. 2018-05-16 19:09:48 +00:00
lld [WebAssembly] Add --export-all flag 2018-06-07 01:27:07 +00:00
lldb Check for process_vm_readv using CheckSymbolExists 2018-06-07 19:53:25 +00:00
llgo
llvm DAG: Avoid bitcast/ext/build_vector combine 2018-06-07 19:42:27 +00:00
openmp [OMPT] Rename ompt_wait_id to omp_wait_id 2018-05-28 08:16:08 +00:00
parallel-libs
polly Run clang-format 2018-06-07 08:32:13 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

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