[Lldb-commits] [PATCH] D10882: Move WindowsDYLD to the Plugins/DynamicLoader directory.

Adrian McCarthy amccarth at google.com
Wed Jul 8 10:58:01 PDT 2015


amccarth accepted this revision.
amccarth added a reviewer: amccarth.
amccarth added a comment.
This revision is now accepted and ready to land.

Looks straightforward.  LGTM.


================
Comment at: source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h:1
@@ -1,2 +1,2 @@
-//===-- DynamicLoaderWindows.h ----------------------------------*- C++ -*-===//
+//===-- DynamicLoaderWindowsDYLDh ----------------------------------*- C++ -*-===//
 //
----------------
You lost the '.' before the 'h'.


http://reviews.llvm.org/D10882







More information about the lldb-commits mailing list