mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
1fb7448577
sync_source_lists_from_cmake now also looks for source files in `sources += [ "foo.cc" ]` lines, which allows us to remove most `# Make `gn format` not collapse this` comments. (sync_source_lists_from_cmake doesn't look for `foo_headers += [...]` still, so the comment is still needed in two places for that.) No intentional behavior change.