llvm-project/llvm
Fangrui Song a076ec54be [Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Expected<ArrayRef<uint8_t>> may be better but use Expected<StringRef> for now.

Follow-up of D61781.

llvm-svn: 360876
2019-05-16 11:33:48 +00:00
..
benchmarks
bindings
cmake
docs [FileCheck] Fix sphinx error: Make input be gas block 2019-05-15 15:20:45 +00:00
examples
include [Object] Change object::SectionRef::getContents() to return Expected<StringRef> 2019-05-16 11:33:48 +00:00
lib [Object] Change object::SectionRef::getContents() to return Expected<StringRef> 2019-05-16 11:33:48 +00:00
projects
resources
runtimes
test [AArch64][SVE2] Asm: implement CMLA/SQRDCMLAH instructions 2019-05-16 09:42:22 +00:00
tools [Object] Change object::SectionRef::getContents() to return Expected<StringRef> 2019-05-16 11:33:48 +00:00
unittests GlobalISel: Add buildFConstant for APFloat 2019-05-16 04:09:06 +00:00
utils Fix GN build 2019-05-16 00:19:37 +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.