[PATCH] D35934: [Headers] Add a test for arm64intr.h
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 27 12:47:36 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL309314: [Headers] Add a test for arm64intr.h (authored by mstorsjo).
Changed prior to commit:
https://reviews.llvm.org/D35934?vs=108438&id=108515#toc
Repository:
rL LLVM
https://reviews.llvm.org/D35934
Files:
cfe/trunk/test/Headers/ms-intrin.cpp
Index: cfe/trunk/test/Headers/ms-intrin.cpp
===================================================================
--- cfe/trunk/test/Headers/ms-intrin.cpp
+++ cfe/trunk/test/Headers/ms-intrin.cpp
@@ -64,4 +64,8 @@
#ifdef _M_ARM
__dmb(_ARM_BARRIER_ISHST);
#endif
+
+#ifdef _M_ARM64
+ __dmb(_ARM64_BARRIER_SY);
+#endif
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35934.108515.patch
Type: text/x-patch
Size: 324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170727/55ed69c8/attachment.bin>
More information about the cfe-commits
mailing list