[PATCH] D33529: Allow clients to specify search order of DynamicLibraries.

Philippe Canal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 29 13:45:46 PDT 2017


pcanal added inline comments.


================
Comment at: include/llvm/Support/DynamicLibrary.h:96
+      SO_Linker,
+      /// SO_LoadedFirst - Search all loaded libraries then as SO_Linker would
+      SO_LoadedFirst,
----------------
Did you mean "Search all loaded libraries as the SO_Linker would" ?


https://reviews.llvm.org/D33529





More information about the llvm-commits mailing list