[llvm-rc] Update a stale comment. NFC.

The tokenizer handles comments since SVN r315207.

llvm-svn: 331761
This commit is contained in:
Martin Storsjo 2018-05-08 12:33:54 +00:00
parent b0a3be04ec
commit 7562e34acc
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@
// the input data. The list of available tokens is located at
// ResourceScriptTokenList.def.
//
// Note that the tokenizer does not support comments or preprocessor
// directives. The preprocessor should do its work on the .rc file before
// running llvm-rc.
// Note that the tokenizer does not support preprocessor directives. The
// preprocessor should do its work on the .rc file before running llvm-rc.
//
// As for now, it is possible to parse ASCII files only (the behavior on
// UTF files might be undefined). However, it already consumes UTF-8 BOM, if