summaryrefslogtreecommitdiff
path: root/tools/c-arcmt-test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/c-arcmt-test')
-rw-r--r--tools/c-arcmt-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c-arcmt-test/Makefile b/tools/c-arcmt-test/Makefile
index 1b78df0aba..02b8ab7bd6 100644
--- a/tools/c-arcmt-test/Makefile
+++ b/tools/c-arcmt-test/Makefile
@@ -24,7 +24,7 @@ include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc
# Note that 'USEDLIBS' must include all of the core clang libraries
-# as clang.dll is unavailable on cygming yet.
+# when -static is given to linker on cygming.
USEDLIBS = clang.a \
clangARCMigrate.a \
clangRewriteFrontend.a \