[PATCH] D11580: [InstrProfiling] Update test cases for using "atomicrmw add" to increment counters.
Alexey Samsonov
vonosmas at gmail.com
Tue Jul 28 15:15:44 PDT 2015
samsonov created this revision.
samsonov added reviewers: dnovillo, bogner.
samsonov added a subscriber: cfe-commits.
This patch is generated by running "s/store/atomicrmw add/".
As a side note, it's sort of unfortunate that LLVM-specific code
(InstrProfiling instrumentation) is tests only by Clang testsuite.
http://reviews.llvm.org/D11580
Files:
test/Profile/c-captured.c
test/Profile/c-general.c
test/Profile/c-unreachable-after-switch.c
test/Profile/cxx-class.cpp
test/Profile/cxx-lambda.cpp
test/Profile/cxx-rangefor.cpp
test/Profile/cxx-templates.cpp
test/Profile/cxx-throws.cpp
test/Profile/objc-general.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11580.30866.patch
Type: text/x-patch
Size: 34226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150728/b39305b2/attachment.bin>
More information about the cfe-commits
mailing list