[llvm] r295297 - RWMutex.h: Use llvm-config.h instead of config.h in installed headers.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 00:22:09 PST 2017


Author: chapuni
Date: Thu Feb 16 02:22:08 2017
New Revision: 295297

URL: http://llvm.org/viewvc/llvm-project?rev=295297&view=rev
Log:
RWMutex.h: Use llvm-config.h instead of config.h in installed headers.

Modified:
    llvm/trunk/include/llvm/Support/RWMutex.h

Modified: llvm/trunk/include/llvm/Support/RWMutex.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/RWMutex.h?rev=295297&r1=295296&r2=295297&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/RWMutex.h (original)
+++ llvm/trunk/include/llvm/Support/RWMutex.h Thu Feb 16 02:22:08 2017
@@ -14,7 +14,7 @@
 #ifndef LLVM_SUPPORT_RWMUTEX_H
 #define LLVM_SUPPORT_RWMUTEX_H
 
-#include "llvm/Config/config.h"
+#include "llvm/Config/llvm-config.h"
 #include "llvm/Support/Threading.h"
 #include <cassert>
 




More information about the llvm-commits mailing list