[PATCH] D86890: [compiler-rt] Remove copy of InstrProfData.inc
Pavel Kosov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 12:47:47 PDT 2020
kpdev42 created this revision.
kpdev42 added reviewers: ddunbar, samsonov, void.
Herald added subscribers: llvm-commits, Sanitizers, aaron.ballman, mgorny, dberris.
Herald added projects: Sanitizers, LLVM.
kpdev42 requested review of this revision.
There are two identical files with instrprofdata description: one in LLVM (so called "master" file), another one in compiler-rt.
These files should be identical, but from time to time they slightly differs (e.g. now since https://reviews.llvm.org/D84261).
I propose to remove copy of InstrProfData.inc from compiler-rt. If there are some concerns about it, please let me know (I asked about it in mailing list, but unfortunately didn't receive an answer http://llvm.1065342.n5.nabble.com/llvm-dev-compiler-rt-InstrProfData-inc-duplicate-td137260.html)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86890
Files:
compiler-rt/include/CMakeLists.txt
compiler-rt/include/profile/InstrProfData.inc
compiler-rt/lib/profile/InstrProfiling.c
compiler-rt/lib/profile/InstrProfiling.h
compiler-rt/lib/profile/InstrProfilingMerge.c
compiler-rt/lib/profile/InstrProfilingMergeFile.c
compiler-rt/lib/profile/InstrProfilingValue.c
compiler-rt/lib/profile/InstrProfilingWriter.c
llvm/include/llvm/ProfileData/InstrProfData.inc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86890.289005.patch
Type: text/x-patch
Size: 41760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200831/377723e2/attachment-0001.bin>
More information about the llvm-commits
mailing list