[PATCH] D82224: [OpenMP] Remove hard-coded line numbers from test

Joel E. Denny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 19 11:59:13 PDT 2020


jdenny created this revision.
jdenny added reviewers: ABataev, jdoerfert, hfinkel.
Herald added subscribers: sstefan1, guansong, yaxunl.
jdenny added reviewers: grokos, sfantao, Hahnfeld.

Otherwise, it's painful to insert new code.  There are many existing
examples in the same test file where the line numbers are not
hard-coded.

I intend to do the same for several other OpenMP tests, but I want
to be sure there are no objections before I spend time on it.


Repository:
  rC Clang

https://reviews.llvm.org/D82224

Files:
  clang/test/OpenMP/target_map_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82224.272149.patch
Type: text/x-patch
Size: 18717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200619/06091019/attachment-0001.bin>


More information about the cfe-commits mailing list