[PATCH] D23349: [ELF] Support for --build-id=uuid
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 11:13:25 PDT 2016
evgeny777 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
----------------
ruiu wrote:
> 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.
You mean creating random GUID, don't you?
Repository:
rL LLVM
https://reviews.llvm.org/D23349
More information about the llvm-commits
mailing list