llvm-project/llvm
Joseph Tremoulet a50272f826 Update MinidumpYAML to use minidump::Exception for exception stream
Reviewers: labath, jhenderson, clayborg, MaskRay, grimar

Reviewed By: grimar

Subscribers: lldb-commits, grimar, MaskRay, hiraditya, llvm-commits

Tags: #llvm, #lldb

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

llvm-svn: 375242
2019-10-18 14:56:19 +00:00
..
benchmarks
bindings Reapply r374743 with a fix for the ocaml binding 2019-10-14 16:15:14 +00:00
cmake [cmake] Pass external project source directories to sub-configures 2019-10-17 19:24:58 +00:00
docs [llvm-objcopy] Add support for shell wildcards 2019-10-17 20:51:00 +00:00
examples
include Update MinidumpYAML to use minidump::Exception for exception stream 2019-10-18 14:56:19 +00:00
lib Update MinidumpYAML to use minidump::Exception for exception stream 2019-10-18 14:56:19 +00:00
projects
resources
runtimes
test Update MinidumpYAML to use minidump::Exception for exception stream 2019-10-18 14:56:19 +00:00
tools Fix MSVC "not all control paths return a value" warning. NFCI. 2019-10-18 09:59:40 +00:00
unittests Update MinidumpYAML to use minidump::Exception for exception stream 2019-10-18 14:56:19 +00:00
utils [DFAPacketizer] Fix large compile-time regression for VLIW targets 2019-10-18 14:48:35 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

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.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.