summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-23 19:24:00 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-23 19:24:00 +0000
commitc712edc785cf8a028115049ed7a05a4b4af15c00 (patch)
tree7993638b267936927619b48dea37f6729615a904 /tools
parent6bb156a6817aa9c9e02e5212db12d70e28faefc2 (diff)
downloadllvm-c712edc785cf8a028115049ed7a05a4b4af15c00.tar.gz
llvm-c712edc785cf8a028115049ed7a05a4b4af15c00.tar.bz2
llvm-c712edc785cf8a028115049ed7a05a4b4af15c00.tar.xz
llvmc: Do not mention plugins in the code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111826 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc/examples/Hello/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/examples/Hello/Makefile b/tools/llvmc/examples/Hello/Makefile
index 5b7dccb6d9..c281be655d 100644
--- a/tools/llvmc/examples/Hello/Makefile
+++ b/tools/llvmc/examples/Hello/Makefile
@@ -1,4 +1,4 @@
-##===- tools/llvmc/plugins/Hello/Makefile ------------------*- Makefile -*-===##
+##===- tools/llvmc/examples/Hello/Makefile -----------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#