diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-23 19:24:00 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-23 19:24:00 +0000 |
commit | c712edc785cf8a028115049ed7a05a4b4af15c00 (patch) | |
tree | 7993638b267936927619b48dea37f6729615a904 /tools | |
parent | 6bb156a6817aa9c9e02e5212db12d70e28faefc2 (diff) |
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/Makefile | 2 |
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 # |