Skip to content
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Branch: master
Clone or download
labath Fix r357749 for big-endian architectures
We need to read the strings from the minidump files as little-endian,
regardless of the host byte order.

I definitely remember thinking about this case while writing the patch
(and in fact, I have implemented that for the "write" case), but somehow
I have ended up not implementing the byte swapping when reading the
data. This adds the necessary byte-swapping and should hopefully fix
test failures on big-endian bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357754 91177308-0d34-0410-b5e6-96231b3b80d8
Latest commit b27c5f5 Apr 5, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
benchmarks
bindings
cmake
docs AMDGPU: Remove dx10-clamp from subtarget features Mar 29, 2019
examples
include
lib Fix r357749 for big-endian architectures Apr 5, 2019
projects Update the file headers across all of the LLVM projects in the monorepo Jan 19, 2019
resources
runtimes
test
tools
unittests Minidump: Add support for reading/writing strings Apr 5, 2019
utils
.arcconfig
.clang-format Test commit. Mar 2, 2014
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Moved everything SMT-related to LLVM and updated the cmake scripts. Mar 25, 2019
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure Remove autoconf support Jan 26, 2016
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.
You can’t perform that action at this time.