Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Sam Clegg 70c40e44a2 [WebAssembly] Remove unneeded sub-directory
This is the only wasm def (and likely likely will be
for the foreseeable) file so no need for a sub-directory

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

llvm-svn: 321246
2017-12-21 03:16:34 +00:00
bindings
cmake
docs PR35705: Fix Chapter 9 example code for API changes to DIBuilder 2017-12-20 19:36:54 +00:00
examples PR35705: Fix Chapter 9 example code for API changes to DIBuilder 2017-12-20 19:36:54 +00:00
include [WebAssembly] Remove unneeded sub-directory 2017-12-21 03:16:34 +00:00
lib [WebAssembly] Remove unneeded sub-directory 2017-12-21 03:16:34 +00:00
projects
resources
runtimes
test [WebAssembly] Fix local references to weak aliases 2017-12-21 02:30:38 +00:00
tools [opt-viewer] Also demangle indirect-call promotion targets 2017-12-20 19:08:12 +00:00
unittests [orc][cmake] Check if 8 byte atomics require libatomic for unittest 2017-12-20 22:26:41 +00:00
utils Do not generate an empty switch statement as it causes MSVC to issue diagnostics about switch statements without case or default labels. 2017-12-20 20:09:30 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT

Low Level Virtual Machine (LLVM)
================================

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.