Remove frontend.h C++ header tests#23191
Conversation
They have been superseded by ./build.d cpp-layout-test
|
Thanks for your pull request and interest in making D better, @dkorpel! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#23191" |
|
@dkorpel nonblocking question. Does this python script allow checking multiple targets?
|
|
Currently the script uses clang to walk all headers to generate a single .d file with mangles and offsets hard-coded for Linux 64-bit: https://gist.github.com/dkorpel/c80efc25b1b493a5079e695b39c6195f But the script could be edited to use whatever configurations clang supports, and invoked multiple times to generate different variants. |
|
Dependant PR merged |
They have been superseded by
./build.d cpp-layout-test#23187Depends on #23190