Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
llvm/utils/gn/build/sync_source_lists_from_cmake.py | ||
---|---|---|
34 ↗ | (On Diff #214674) | Should this also refuse to operate if it sees a # NOSORT comment? I think the only instance of that is in clang/lib/Headers, though -- maybe we can remove that comment now that we have a mechanism for automatic updates? |
Comment Actions
Thanks!
llvm/utils/gn/build/sync_source_lists_from_cmake.py | ||
---|---|---|
34 ↗ | (On Diff #214674) | Good point. Made this balk on NOSORT for now. |
Comment Actions
Oh, also gn format honors -q only as of yesterday, before that it ignored the flag silently. Run llvm/utils/gn/get.py to download a new gn binary that supports it if you find the "Wrote formatted...." output from gn annoying.