llvm-6502/lib
Yi Kong ad591b341b Fix the prefix for arm64 triple
Triple.cpp still returns "arm64" as prefix for arm64 triple, causing Clang not
being able to select the correct GCCBuiltin IR.

This patch changes the value to correct prefix "aarch64". Regression test will
be added in the coming patch.

Differential Revision: http://reviews.llvm.org/D4516


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213240 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-17 09:43:27 +00:00
..
Analysis Move ashr optimization from InstCombineShift to InstSimplify. 2014-07-17 06:28:15 +00:00
AsmParser
Bitcode Roundtrip the inalloca bit on allocas through bitcode 2014-07-16 01:34:27 +00:00
CodeGen Fixed formatting, removed bug reference, renamed testcase 2014-07-16 22:40:28 +00:00
DebugInfo
ExecutionEngine [MCJIT] Improve a RuntimeDyldChecker diagnostic. 2014-07-16 22:02:20 +00:00
IR Remove unnecessary/redundant std::move 2014-07-16 17:09:21 +00:00
IRReader
LineEditor
Linker
LTO
MC MC: make WinEH opcode an opaque value 2014-07-17 03:08:50 +00:00
Object [RuntimeDyld] Revert r211652 - MachO object GDB registration support. 2014-07-15 19:35:22 +00:00
Option
ProfileData
Support Fix the prefix for arm64 triple 2014-07-17 09:43:27 +00:00
TableGen
Target Use range for 2014-07-17 06:19:06 +00:00
Transforms [msan] Avoid redundant origin stores. 2014-07-17 09:10:37 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile