commit | 171e9cfb0e0c41f6b73118efa445e1693a761040 | [log] [tgz] |
---|---|---|
author | Joerg Sonnenberger <joerg@bec.de> | Fri Jan 24 14:33:42 2014 +0000 |
committer | Joerg Sonnenberger <joerg@bec.de> | Fri Jan 24 14:33:42 2014 +0000 |
tree | ef596bf9b31596885b21a3659468b4225550a5bf | |
parent | cc396f85d9f5222d2eb8c00cb505706fa1e27204 [diff] [blame] |
Mechanically add end-of-function markers. llvm-svn: 200005
diff --git a/compiler-rt/lib/arm/sync_synchronize.S b/compiler-rt/lib/arm/sync_synchronize.S index 06dade9..aa18f04 100644 --- a/compiler-rt/lib/arm/sync_synchronize.S +++ b/compiler-rt/lib/arm/sync_synchronize.S
@@ -27,6 +27,7 @@ add r7, sp, #0 bl _OSMemoryBarrier ldmfd sp!, {r7, pc} +END_COMPILERRT_FUNCTION(__sync_synchronize) // tell linker it can break up file at label boundaries .subsections_via_symbols