This CL includes two changes:
- move clang backend-warnings test cases from Driver/ to CodeGen/.
- removed cd "$(dirname "%t")" (since the tests are now moved to CodeGen, and they no longer generates multiple output files, so we can simply use -o %t.)
Differential D158231
[clang][test] Fix clang machine-function-split tests shenhan on Aug 17 2023, 4:20 PM. Authored by
Details
This CL includes two changes:
Diff Detail
Event Timeline
|
Any reason system-linux is needed?