diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-12-07 16:44:15 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-12-07 16:44:15 +0000 |
commit | abb009d2fda020e1c34943ff67b2b95280816ec9 (patch) | |
tree | d31310200520b35534b38fca2c8a08a0805492c4 /test/LLVMC | |
parent | 0bef2ad48156d0df078d90dfba899730bc1c881a (diff) | |
download | external_llvm-abb009d2fda020e1c34943ff67b2b95280816ec9.zip external_llvm-abb009d2fda020e1c34943ff67b2b95280816ec9.tar.gz external_llvm-abb009d2fda020e1c34943ff67b2b95280816ec9.tar.bz2 |
Add some clarifying comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC')
-rw-r--r-- | test/LLVMC/TestWarnings.td | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/LLVMC/TestWarnings.td b/test/LLVMC/TestWarnings.td index 5010c61..cd4609a 100644 --- a/test/LLVMC/TestWarnings.td +++ b/test/LLVMC/TestWarnings.td @@ -1,4 +1,5 @@ -// Check that the compiler warns about unused options!. +// Check that the compiler warns about unused options. +// This should fail because the output is printed on stderr. // RUN: tblgen -I $srcroot/include --gen-llvmc %s | grep extern // XFAIL: * |