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 | 0e6cfd74919c8573fa71cf5aabb86c38a7420ebf (patch) | |
tree | ae7cfd662a37d24bb345851662d244fb9f7c0b6d /llvm/tools/llvmc | |
parent | 59129fd9ef68501f16f5abd456c0055157c347d4 (diff) | |
download | bcm5719-llvm-0e6cfd74919c8573fa71cf5aabb86c38a7420ebf.tar.gz bcm5719-llvm-0e6cfd74919c8573fa71cf5aabb86c38a7420ebf.zip |
llvmc: Do not mention plugins in the code.
llvm-svn: 111826
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r-- | llvm/tools/llvmc/examples/Hello/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/examples/Hello/Makefile b/llvm/tools/llvmc/examples/Hello/Makefile index 5b7dccb6d93..c281be655dd 100644 --- a/llvm/tools/llvmc/examples/Hello/Makefile +++ b/llvm/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 # |