diff options
author | Martin Storsjo <martin@martin.st> | 2018-05-08 12:33:54 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2018-05-08 12:33:54 +0000 |
commit | 7562e34acc73d52a5ef2198fa013e4318dc344ce (patch) | |
tree | 3ad5b261f78de079b51600778948badef2da44ba /llvm/tools/llvm-rc/ResourceScriptToken.h | |
parent | b0a3be04ec340287ef115dffd0b2ce73497d77f7 (diff) | |
download | bcm5719-llvm-7562e34acc73d52a5ef2198fa013e4318dc344ce.tar.gz bcm5719-llvm-7562e34acc73d52a5ef2198fa013e4318dc344ce.zip |
[llvm-rc] Update a stale comment. NFC.
The tokenizer handles comments since SVN r315207.
llvm-svn: 331761
Diffstat (limited to 'llvm/tools/llvm-rc/ResourceScriptToken.h')
-rw-r--r-- | llvm/tools/llvm-rc/ResourceScriptToken.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/tools/llvm-rc/ResourceScriptToken.h b/llvm/tools/llvm-rc/ResourceScriptToken.h index 339018b1e61..d1a2ae7a41b 100644 --- a/llvm/tools/llvm-rc/ResourceScriptToken.h +++ b/llvm/tools/llvm-rc/ResourceScriptToken.h @@ -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 |