llvm-project/clang/include
James Molloy 7d64a0eec4 [AArch32] Fix a stupid error in an architectural guard
The < 8 instead of <= 8 meant that a bunch of vreinterprets were not available on v8 AArch32. Simplify the guard to just !defined(aarch64) while we're at it, and enable some v8 AArch32 testing.

llvm-svn: 211686
2014-06-25 11:46:24 +00:00
..
clang [AArch32] Fix a stupid error in an architectural guard 2014-06-25 11:46:24 +00:00
clang-c [OPENMP] Initial support for 'sections' directive. 2014-06-25 11:44:49 +00:00
CMakeLists.txt
Makefile