Go to file
Vitaly Buka d03bc7c26a Fix CMake/MSVC when compiler-rt and llvm are built separately
Summary:
For some reason CMake can't find the `append` macro if LLVM is built separately and imported via `LLVM_CONFIG_PATH`.

Patch by Loo Rong Jie

Reviewers: rnk, vitalybuka

Reviewed By: rnk, vitalybuka

Subscribers: dberris, mgorny, llvm-commits, #sanitizers

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

llvm-svn: 327876
2018-03-19 18:22:35 +00:00
clang [OPENMP, NVPTX] Reworked castToType() function, NFC. 2018-03-19 17:53:56 +00:00
clang-tools-extra run-clang-tidy: forward clang-tidy exit status 2018-03-19 14:43:59 +00:00
compiler-rt Fix CMake/MSVC when compiler-rt and llvm are built separately 2018-03-19 18:22:35 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc remainder: Port from amd builtins 2018-03-19 01:01:10 +00:00
libcxx Updated C++2a status with changes from Jacksonville WG21 meeting 2018-03-18 19:29:21 +00:00
libcxxabi [demangler] Support for <template-param>s in generic lambdas. 2018-03-16 03:06:30 +00:00
libunwind [libunwind][MIPS]: Add support for unwinding in N32 processes. 2018-02-27 21:24:02 +00:00
lld [ELF] Add basic support for PPC LE 2018-03-19 17:40:14 +00:00
lldb Xcode: Include DWARFUnit.{h,cpp} in the build 2018-03-19 16:24:58 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [X86] Add the rest of the TEST with immediate instructions to the scheduler models to match their 8-bit counterpart. 2018-03-19 17:58:41 +00:00
openmp Fix for Fix for https://bugs.llvm.org/show_bug.cgi?id=36705. 2018-03-19 18:05:15 +00:00
parallel-libs
polly Move code generation test case to test/CodeGen/ 2018-03-19 15:05:30 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

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.