summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Gräsman <kim@mvps.org>2013-06-19 03:58:44 +0000
committerKim Gräsman <kim@mvps.org>2013-06-19 03:58:44 +0000
commitc6aed8b509887927143d57c1e8543293a8b418e7 (patch)
tree78099b29fea9c6a022a3a29439731b65abb60c4a
parentb1368d82903fce243318b8477c7099ce20903f20 (diff)
Tag trunk@r467 for LLVM/Clang 3.3 release.clang_3.3
-rw-r--r--CMakeLists.txt1
-rw-r--r--Makefile2
-rw-r--r--iwyu_path_util.cc2
3 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index def41e3..d283a81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,7 +98,6 @@ target_link_libraries(include-what-you-use
LLVMCore
LLVMSupport
LLVMBitReader
- LLVMOption
)
# Platform dependencies.
diff --git a/Makefile b/Makefile
index c9234c9..6a8fae0 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ NO_INSTALL = 1
TOOL_NO_EXPORTS = 1
include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS = $(TARGETS_TO_BUILD) asmparser bitreader ipo option
+LINK_COMPONENTS = $(TARGETS_TO_BUILD) asmparser bitreader ipo
USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a clangParse.a \
clangSema.a clangAnalysis.a clangAST.a clangEdit.a clangLex.a \
clangBasic.a
diff --git a/iwyu_path_util.cc b/iwyu_path_util.cc
index e995830..14f1e2c 100644
--- a/iwyu_path_util.cc
+++ b/iwyu_path_util.cc
@@ -18,7 +18,7 @@
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/FileSystem.h"
-#include "llvm/Support/Path.h"
+#include "llvm/Support/PathV2.h"
#include "llvm/Support/system_error.h"
namespace include_what_you_use {