[PATCH] D90866: Fix bugs in EOL marking in command line tokenizers

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 11:06:12 PST 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: llvm/unittests/Support/CommandLineTest.cpp:258
+  // clang-cl needs to treat "/debug /opt:ref" as linker flags, and everything
+  // as as compiler flags. The tokenizer inserts nullptr sentinels into the
+  // output so that clang-cl can find the end of the current line.
----------------
typo: as -> else


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90866/new/

https://reviews.llvm.org/D90866



More information about the llvm-commits mailing list