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
[Clang, SystemZ] Split test into Driver and CodeGen parts (NFC)
The test added in llvm#73511 currently fails in
CLANG_DEFAULT_PIE_ON_LINUX=OFF configuration, because it uses the
clang driver in a codegen test.
Split the tests into two, a driver test that checks that the
appropriate target feature is passed, and a codegen test that uses
cc1.
0 commit comments