[PATCH] D58243: [OPENMP] Delay emission of the asm target-specific error messages.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 14 09:36:33 PST 2019


ABataev created this revision.
ABataev added a reviewer: rjmccall.
Herald added subscribers: jdoerfert, guansong.
Herald added a project: clang.

Added the ability to emit target-specific builtin assembler error
messages only in case if the function is really is going to be emitted
for the device.


Repository:
  rC Clang

https://reviews.llvm.org/D58243

Files:
  include/clang/Sema/Sema.h
  lib/Sema/Sema.cpp
  lib/Sema/SemaStmtAsm.cpp
  test/OpenMP/nvptx_asm_delayed_diags.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58243.186860.patch
Type: text/x-patch
Size: 12668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190214/46bbe2b8/attachment-0001.bin>


More information about the cfe-commits mailing list