diff options
Diffstat (limited to 'llvm/tools/llvmc/plugins/Hello/Hello.cpp')
-rw-r--r-- | llvm/tools/llvmc/plugins/Hello/Hello.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/plugins/Hello/Hello.cpp b/llvm/tools/llvmc/plugins/Hello/Hello.cpp index 2ecd2f1c5b9..395ef9bbd48 100644 --- a/llvm/tools/llvmc/plugins/Hello/Hello.cpp +++ b/llvm/tools/llvmc/plugins/Hello/Hello.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// Test plugin for LLVMC. +// Test plugin for LLVMC. Shows how to write plugins without using TableGen. // //===----------------------------------------------------------------------===// |