Update some more build glue. All llvm extras, lld and lldb should link now.

This commit is contained in:
Dimitry Andric 2017-04-21 15:59:58 +00:00
parent 6bc11b1414
commit 482a8244bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang500-import/; revision=317257
3 changed files with 15 additions and 0 deletions

View File

@ -679,6 +679,12 @@ clang/Basic/AttrList.inc: ${CLANG_SRCS}/include/clang/Basic/Attr.td
${CLANG_SRCS}/include/clang/Basic/Attr.td
TGHDRS+= clang/Basic/AttrList.inc
clang/Basic/AttrSubMatchRulesList.inc: ${CLANG_SRCS}/include/clang/Basic/Attr.td
${CLANG_TBLGEN} -gen-clang-attr-subject-match-rule-list \
-I ${CLANG_SRCS}/include -d ${.TARGET:C/$/.d/} -o ${.TARGET} \
${CLANG_SRCS}/include/clang/Basic/Attr.td
TGHDRS+= clang/Basic/AttrSubMatchRulesList.inc
.for hdr in \
AST Analysis Comment Common Driver Frontend Lex Parse Sema Serialization
clang/Basic/Diagnostic${hdr}Kinds.inc: \
@ -723,6 +729,13 @@ clang/Parse/AttrParserStringSwitches.inc: \
${CLANG_SRCS}/include/clang/Basic/Attr.td
TGHDRS+= clang/Parse/AttrParserStringSwitches.inc
clang/Parse/AttrSubMatchRulesParserStringSwitches.inc: \
${CLANG_SRCS}/include/clang/Basic/Attr.td
${CLANG_TBLGEN} -gen-clang-attr-subject-match-rules-parser-string-switches \
-I ${CLANG_SRCS}/include -d ${.TARGET:C/$/.d/} -o ${.TARGET} \
${CLANG_SRCS}/include/clang/Basic/Attr.td
TGHDRS+= clang/Parse/AttrSubMatchRulesParserStringSwitches.inc
clang/Sema/AttrParsedAttrImpl.inc: ${CLANG_SRCS}/include/clang/Basic/Attr.td
${CLANG_TBLGEN} -gen-clang-attr-parsed-attr-impl \
-I ${CLANG_SRCS}/include -d ${.TARGET:C/$/.d/} -o ${.TARGET} \

View File

@ -22,6 +22,7 @@ SRCS+= Support/Hashing.cpp
SRCS+= Support/Host.cpp
SRCS+= Support/IntEqClasses.cpp
SRCS+= Support/Locale.cpp
SRCS+= Support/LowLevelType.cpp
SRCS+= Support/MD5.cpp
SRCS+= Support/ManagedStatic.cpp
SRCS+= Support/MemoryBuffer.cpp

View File

@ -4,6 +4,7 @@ PROG_CXX= llvm-xray
MAN=
SRCDIR= tools/llvm-xray
SRCS+= func-id-helper.cc
SRCS+= llvm-xray.cc
SRCS+= xray-extract.cc
SRCS+= xray-registry.cc