Comment that clang.dll is unavailable on cygming yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163055 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2012-09-01 07:38:58 +00:00
Родитель b6678d77ae
Коммит 296028e371
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -22,6 +22,9 @@ NO_INSTALL = 1
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
# Note that 'USEDLIBS' must include all of the core clang libraries
# as clang.dll is unavailable on cygming yet.
USEDLIBS = clang.a \
clangARCMigrate.a \
clangRewriteFrontend.a \