[PATCH] D107556: [profile] Only use NT_GNU_BUILD_ID if supported

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 6 05:03:36 PDT 2021


ro marked an inline comment as done.
ro added inline comments.


================
Comment at: compiler-rt/lib/profile/InstrProfilingPlatformLinux.c:192
 }
+#else /* !NT_GNU_BUILD_ID */
+COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) {
----------------
gulfem wrote:
> Thanks for the fix! Could you please add the comment here like the simplified version of your commit message?
Sure, will commit as updated.  Thanks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107556/new/

https://reviews.llvm.org/D107556



More information about the llvm-commits mailing list