[PATCH] D18339: Add GUID/getGlobalIdentifier() non-static API to global value
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 21 15:44:06 PDT 2016
tejohnson accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: include/llvm/IR/GlobalValue.h:319
@@ -318,1 +318,3 @@
+ std::string getGlobalIdentifier();
+
----------------
doxygen comments on new methods
http://reviews.llvm.org/D18339
More information about the llvm-commits
mailing list