LLVM backend for 6502
Go to file
Rafael Espindola d7ae0f1876 Make the wording in of the "expected identifier" error in the .macro directive
consistent with the other "expected identifier" errors.
Extracted from the Andy/PaX patch. I added the test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162291 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-21 17:12:05 +00:00
autoconf
bindings
cmake enable cross compilation with cmake 2012-08-20 19:56:52 +00:00
docs
examples
include Pacify PVS-Studio by changing the type rather than doing a cast, a tweak 2012-08-21 16:20:37 +00:00
lib Make the wording in of the "expected identifier" error in the .macro directive 2012-08-21 17:12:05 +00:00
projects
runtime
test Make the wording in of the "expected identifier" error in the .macro directive 2012-08-21 17:12:05 +00:00
tools Add support for the --param ssp-buffer-size= driver option. 2012-08-21 16:15:24 +00:00
unittests DataExtractor: Fix integer truncation issues in LEB128 extraction. 2012-08-20 10:52:11 +00:00
utils
.gitignore
CMakeLists.txt enable cross compilation with cmake 2012-08-20 19:56:52 +00:00
CODE_OWNERS.TXT
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 the Low Level
Virtual Machine, 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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.