[PATCH] D23349: [ELF] Support for --build-id=uuid

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 11:09:28 PDT 2016


ruiu added inline comments.

================
Comment at: ELF/OutputSections.cpp:1687
@@ -1678,1 +1686,3 @@
 template <class ELFT>
+void BuildIdUuid<ELFT>::writeBuildId(ArrayRef<ArrayRef<uint8_t>> Bufs) {
+#ifdef LLVM_ON_WIN32
----------------
I'd add code to generate a RNG to LLVM rather than to LLD because it seems generic and should be useful in other places.


Repository:
  rL LLVM

https://reviews.llvm.org/D23349





More information about the llvm-commits mailing list