forked from OSchip/llvm-project
[llvm-rc] Update a stale comment. NFC.
The tokenizer handles comments since SVN r315207. llvm-svn: 331761
This commit is contained in:
parent
b0a3be04ec
commit
7562e34acc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue