<div dir="ltr"><div>I think you are right -- the two files need to be in sync.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 17, 2020 at 1:17 PM Pavel Kosov via Phabricator via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">kpdev42 added inline comments.<br>
<br>
<br>
================<br>
Comment at: llvm/include/llvm/ProfileData/InstrProfData.inc:676<br>
 #define VARIANT_MASK_CSIR_PROF (0x1ULL << 57)<br>
+#define VARIANT_MASK_INSTR_ENTRY (0x1ULL << 58)<br>
 #define INSTR_PROF_RAW_VERSION_VAR __llvm_profile_raw_version<br>
----------------<br>
This revision is closed, so excuse me for the question: <br>
Files `./llvm/include/llvm/ProfileData/InstrProfData.inc` and `./compiler-rt/include/profile/InstrProfData.inc` should be two identical copies, as stated in their description. <br>
```<br>
 * The file has two identical copies. The master copy lives in LLVM and<br>
 * the other one  sits in compiler-rt/lib/profile directory. To make changes<br>
 * in this file, first modify the master copy and copy it over to compiler-rt.<br>
 * Testing of any change in this file can start only after the two copies are<br>
 * synced up.<br>
```<br>
<br>
<br>
Should we add `VARIANT_MASK_INSTR_ENTRY` to `compiler-rt` or change description?<br>
<br>
<br>
Repository:<br>
  rG LLVM Github Monorepo<br>
<br>
CHANGES SINCE LAST ACTION<br>
  <a href="https://reviews.llvm.org/D84261/new/" rel="noreferrer" target="_blank">https://reviews.llvm.org/D84261/new/</a><br>
<br>
<a href="https://reviews.llvm.org/D84261" rel="noreferrer" target="_blank">https://reviews.llvm.org/D84261</a><br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div></div>