1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include
Tim Northover 130230544c ARM: allow .thumb_func to be separated from symbol definition
When assembling, a .thumb_func directive is supposed to be applicable to the
next symbol definition, even if there are intervening directives. We were
racing ahead to try and find it, and this commit should fix the issue.

Patch by Gabor Ballabas

llvm-svn: 193403
2013-10-25 12:49:50 +00:00
..
llvm ARM: allow .thumb_func to be separated from symbol definition 2013-10-25 12:49:50 +00:00
llvm-c lto.h: Use lto_bool_t instead of int to restore the ABI 2013-10-24 22:26:04 +00:00