Update the preprocessor regression tests to use the new driver if flang-new is built, otherwise the tests will still run with f18.
Summary of changes:
- Introduce %flang-driver to the regression tests, which points to the new driver if it is built or otherwise points to f18
- Update all tests in flang/test/Preprocessing/ to use %flang-driver
I'm guessing that this was added by accident ;-) Don't forget to revert before committing to main.