[PATCH] D154396: [clang] Add support for SerenityOS

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 13:42:35 PDT 2023


MaskRay added a comment.

Upstreaming support requires rigid testing, otherwise it's fairly easy for other contributors to break your code while refactoring.
https://maskray.me/blog/2021-08-08-toolchain-testing "I don't know whether a test is needed"

`clang/test/Driver` has many tests that could have been written in a better way. There are some good ones, e.g. `linux-cross.cpp`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154396



More information about the cfe-commits mailing list