[Openmp-commits] [PATCH] D60423: [OpenMP] Exchange code in asm file for inline assembly

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Apr 8 14:57:24 PDT 2019


jlpeyton created this revision.
jlpeyton added reviewers: AndreyChurbanov, tlwilmar, hbae.
jlpeyton added a project: OpenMP.
Herald added subscribers: jdoerfert, guansong.

This change replaces some of the assembly functions in z_Linux_asm.S for inline asm in kmp.h.  This allows better interaction with compiler tools and sanitizers.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D60423

Files:
  runtime/src/kmp.h
  runtime/src/z_Linux_asm.S

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60423.194210.patch
Type: text/x-patch
Size: 9663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190408/5166d0c8/attachment.bin>


More information about the Openmp-commits mailing list