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

Gulfem Savrun Yeniceri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 5 10:57:21 PDT 2021


gulfem 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) {
----------------
Thanks for the fix! Could you please add the comment here like the simplified version of your commit message?


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