You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than having different passes inside `fir-opt` depending
on the value of `FLANG_INCLUDE_TESTS`, build two separate executables:
regular `fir-opt` tool that is going to be installed,
and a `fir-test-opt` to be used in the test suite. This ensures that
`fir-opt` behaves consistently independently of `FLANG_INCLUDE_TESTS`
value used during the build, and a test-enabled build can be used
on production.
Fixes#121202
0 commit comments