Add some clarifying comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60662 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2008-12-07 16:44:15 +00:00
parent 0bef2ad481
commit abb009d2fd

View File

@ -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: *