Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
http://llvm.org
labath
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
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
benchmarks | ||
|
|
bindings | ||
|
|
cmake | ||
|
|
docs |
|
|
|
|
examples | ||
|
|
include | ||
|
|
lib |
|
|
|
|
projects |
|
|
|
|
resources | ||
|
|
runtimes | ||
|
|
test | ||
|
|
tools | ||
|
|
unittests |
|
|
|
|
utils | ||
|
|
.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.