Go to file
Nico Weber 8a2454cab8 [gn build] Add template for running llvm-tblgen and use it to add build file for llvm/lib/IR.
Also adds a boring build file for llvm/lib/BinaryFormat (needed by llvm/lib/IR).

lib/IR marks Attributes and IntrinsicsEnum as public_deps (because IR's public
headers include the generated .inc files), so projects depending on lib/IR will
implicitly depend on them being generated. As a consequence, most targets won't
have to explicitly list a dependency on these tablegen steps (contrast with
intrinsics_gen in the cmake build).

This doesn't yet have the optimization where tablegen's output is only updated
if it's changed.

Differential Revision: https://reviews.llvm.org/D55028#inline-486755

llvm-svn: 347927
2018-11-29 22:53:21 +00:00
clang [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs. 2018-11-29 22:33:09 +00:00
clang-tools-extra Adding a FIXME test to document an area for improvement with the cert-err58-cpp check; NFC. 2018-11-29 12:45:50 +00:00
compiler-rt (no commit message) 2018-11-28 18:17: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 travis: Add cmake build 2018-11-27 16:07:21 +00:00
libcxx [libcxx] Make UNSUPPORTED for std::async test more fine grained 2018-11-29 21:25:29 +00:00
libcxxabi [libcxx] Remove bad_array_length 2018-11-29 19:44:57 +00:00
libunwind [CMake] Passthrough CFLAGS when checking the compiler-rt path 2018-11-14 00:09:26 +00:00
lld [WebAssembly] Allow undefined symbols when building shared libraries 2018-11-29 20:07:13 +00:00
lldb [lldbsuite] Build with -gdwarf on Windows 2018-11-29 22:15:23 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [gn build] Add template for running llvm-tblgen and use it to add build file for llvm/lib/IR. 2018-11-29 22:53:21 +00:00
openmp [OpenMP] Add stubs for Task affinity API 2018-11-29 20:04:29 +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.