builtins: add missed change from previous commit

The macro rework was missing a trailing SEPARATOR for the .thumb_func, resulting
in assembly failures.

llvm-svn: 219183
This commit is contained in:
Saleem Abdulrasool 2014-10-07 03:00:17 +00:00
parent 48d4e4dd35
commit 2cf5d82983
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
.globl SYMBOL_NAME(name) SEPARATOR \
SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
DECLARE_SYMBOL_VISIBILITY(name) SEPARATOR \
.thumb_func \
.thumb_func SEPARATOR \
SYMBOL_NAME(name):
#define DEFINE_COMPILERRT_PRIVATE_FUNCTION(name) \