Remove another unnecessary -I flag passed to clang-tblgen.

llvm-svn: 329476
This commit is contained in:
Nico Weber 2018-04-07 01:34:36 +00:00
parent 13e70cb181
commit 4f48279e02
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
clang_tablegen(Checkers.inc -gen-clang-sa-checkers
-I ${CMAKE_CURRENT_SOURCE_DIR}/../../../
SOURCE Checkers.td
TARGET ClangSACheckers)

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
include "clang/StaticAnalyzer/Checkers/CheckerBase.td"
include "CheckerBase.td"
//===----------------------------------------------------------------------===//
// Packages.