diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-12-08 09:22:24 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-12-08 09:22:24 +0000 |
commit | cd9d37433743d4518c04ca19ed77a1c8c8acafe6 (patch) | |
tree | 203640ad71a153d4f68c0b5fd5457d586598988c /openmp/runtime/src/z_Linux_asm.s | |
parent | 0cc0446ad2264a79d5e4a514946680d5c9cf37b8 (diff) | |
download | bcm5719-llvm-cd9d37433743d4518c04ca19ed77a1c8c8acafe6.tar.gz bcm5719-llvm-cd9d37433743d4518c04ca19ed77a1c8c8acafe6.zip |
Support of mips & mips64 for openmprtl
Summary:
Implemented by Dejan Latinovic
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790735 for more more information
Reviewers: AndreyChurbanov, jlpeyton
Subscribers: openmp-commits, mgorny
Differential Revision: https://reviews.llvm.org/D26576
llvm-svn: 289032
Diffstat (limited to 'openmp/runtime/src/z_Linux_asm.s')
-rw-r--r-- | openmp/runtime/src/z_Linux_asm.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/z_Linux_asm.s b/openmp/runtime/src/z_Linux_asm.s index 60130a4c0ef..d6e1c0b7195 100644 --- a/openmp/runtime/src/z_Linux_asm.s +++ b/openmp/runtime/src/z_Linux_asm.s @@ -1776,7 +1776,7 @@ __kmp_invoke_microtask: #endif /* KMP_ARCH_PPC64 */ -#if KMP_ARCH_ARM +#if KMP_ARCH_ARM || KMP_ARCH_MIPS .data .comm .gomp_critical_user_,32,8 .data @@ -1787,7 +1787,7 @@ __kmp_unnamed_critical_addr: .size __kmp_unnamed_critical_addr,4 #endif /* KMP_ARCH_ARM */ -#if KMP_ARCH_PPC64 || KMP_ARCH_AARCH64 +#if KMP_ARCH_PPC64 || KMP_ARCH_AARCH64 || KMP_ARCH_MIPS64 .data .comm .gomp_critical_user_,32,8 .data |