[lld] r314730 - Fix another build breakage.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 15:05:46 PDT 2017


Author: ruiu
Date: Mon Oct  2 15:05:46 2017
New Revision: 314730

URL: http://llvm.org/viewvc/llvm-project?rev=314730&view=rev
Log:
Fix another build breakage.

Modified:
    lld/trunk/MinGW/Driver.cpp

Modified: lld/trunk/MinGW/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/MinGW/Driver.cpp?rev=314730&r1=314729&r2=314730&view=diff
==============================================================================
--- lld/trunk/MinGW/Driver.cpp (original)
+++ lld/trunk/MinGW/Driver.cpp Mon Oct  2 15:05:46 2017
@@ -11,7 +11,7 @@
 ///
 //===----------------------------------------------------------------------===//
 
-#include "lld/Driver/Driver.h"
+#include "lld/Common/Driver.h"
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/Optional.h"
 #include "llvm/ADT/StringExtras.h"




More information about the llvm-commits mailing list