1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-04 05:31:06 +00:00
LLVM backend for 6502
Go to file
Oscar Fuentes e1967a742e Fix cmake build without native target selected.
The cmake (+ MSVC) build is broken if you don't select your native
target.

e.g. 'cmake -D LLVM_TARGETS_TO_BUILD="MyNonNativeTarget" .'

This is because cmake currently sets the LLVM_NATIVE_* definitions
regardless of whether the native target is selected (causing build
errors).

Patch by Mike Gist!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112946 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-03 02:22:23 +00:00
autoconf
bindings
cmake Fix cmake build without native target selected. 2010-09-03 02:22:23 +00:00
docs this is a release note worthy change. 2010-09-02 23:22:50 +00:00
examples
include Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the 2010-09-03 01:35:08 +00:00
lib AVX doesn't support mm operations neither its instrinsics. 2010-09-03 02:08:45 +00:00
projects
runtime
test AVX doesn't support mm operations neither its instrinsics. 2010-09-03 02:08:45 +00:00
tools add a new "llvm-dis -show-annotations" option, which causes it to print 2010-09-02 23:21:44 +00:00
unittests
utils Stop emitting predicate functions. They are no longer used. 2010-09-03 00:39:50 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.