hanchenye-llvm-project/libunwind
Renato Golin a6a92a4421 [AArch64] Fix libunwind build when using GNU assembler
Use x29 and x30 for fp and lr respectively.

This does not change the code generation with integrated asm
but using x30 and x29 helps compile the code with gnu as. Currently gas
fails to assemble this code with errors as below.

Error: operand X should be an integer register.

Newer versions of binutils should be fixed, but enough exists in the wild
to make this change harmless and worthy.

Patch by Khem Raj.

llvm-svn: 260595
2016-02-11 21:22:57 +00:00
..
cmake Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
include
src [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
test
.arcconfig
.clang-format
CMakeLists.txt Adapt LLVM_CMAKE_PATH for recent cmake path changes 2016-02-06 16:23:18 +00:00