Go to file
Adrian Prantl 046d100b41 Reinstate DW_AT_comp_dir support after D55519.
The DIFile used by the CU is special and distinct from the main source
file. Its directory part specifies what becomes the DW_AT_comp_dir
(the compilation directory), even if the source file was specified
with an absolute path.

To support the .dwo workflow, a valid DW_AT_comp_dir is necessary even
if source files were specified with an absolute path.

llvm-svn: 349065
2018-12-13 17:53:29 +00:00
clang Reinstate DW_AT_comp_dir support after D55519. 2018-12-13 17:53:29 +00:00
clang-tools-extra [clangd] Enable cross-namespace completions by default in clangd 2018-12-13 15:35:43 +00:00
compiler-rt [Sanitizer] capsicum further support of the API 2018-12-13 15:05:24 +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] Add assertion in deque::pop_back when popping from an empty deque 2018-12-12 23:58:25 +00:00
libcxxabi [libcxx] Remove bad_array_length 2018-11-29 19:44:57 +00:00
libunwind Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC. 2018-12-12 22:24:42 +00:00
lld [ELF][AArch64] Fix adrp to undefined weak reference. 2018-12-13 11:13:01 +00:00
lldb Fix MinidumpParser::GetFilteredModuleList() and test it 2018-12-13 17:24:30 +00:00
llgo
llvm [MachO][TLOF] Add support for local symbols in the indirect symbol table 2018-12-13 17:23:30 +00:00
openmp Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970 2018-12-13 10:04:10 +00:00
parallel-libs
polly [CMake] Fix generation of exported targets in build directory 2018-11-06 15:18:17 +00:00
README.md

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.