LLVM backend for 6502
Go to file
Kevin Enderby 6250724c87 Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho
to print the Mach-O dynamic shared libraries used by a linked image or the
library id of a shared library.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232406 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-16 20:08:09 +00:00
autoconf
bindings
cmake
docs Adding commit msg guidelines to dev policy 2015-03-15 21:15:48 +00:00
examples
include Don't repeat names in comments. Remove unused default value. 2015-03-16 20:02:28 +00:00
lib AsmParser: Stop requiring 'name:' when it's not printed 2015-03-16 19:01:54 +00:00
projects
test Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho 2015-03-16 20:08:09 +00:00
tools Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho 2015-03-16 20:08:09 +00:00
unittests [llvm] Replacing asserts with static_asserts where appropriate 2015-03-16 09:53:42 +00:00
utils
.arcconfig
.clang-format Test commit. 2014-03-02 13:08:46 +00:00
.clang-tidy
.gitignore
CMakeLists.txt Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and uses a release tablegen build when LLVM is configured with assertions enabled. 2015-03-10 20:48:02 +00:00
CODE_OWNERS.TXT Tom is also responsible for the 3.6 branch. 2015-03-16 18:15:27 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.