diff options
-rw-r--r-- | tools/c-arcmt-test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/c-arcmt-test/Makefile b/tools/c-arcmt-test/Makefile index d12766af75..3372daebcb 100644 --- a/tools/c-arcmt-test/Makefile +++ b/tools/c-arcmt-test/Makefile @@ -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 \ |