This is an archive of the discontinued LLVM Phabricator instance.

[Clang][test] Add .i files for test discovery
ClosedPublic

Authored by saudi on Mar 9 2020, 9:03 AM.

Details

Summary

The .i files in the clang tests (2 files) were not run by lit :

clang/test/CodeGen/debug-info-preprocessed-file.i
clang/test/FrontEnd/processed-input.i

Diff Detail

Event Timeline

saudi created this revision.Mar 9 2020, 9:03 AM
saudi edited the summary of this revision. (Show Details)Mar 9 2020, 10:16 AM
hans accepted this revision.Mar 11 2020, 2:39 AM

Looks good to me.

Do you have commit access, or would you like me to commit this for you?

This revision is now accepted and ready to land.Mar 11 2020, 2:39 AM
aganea added a comment.EditedMar 11 2020, 5:28 AM

I've asked Chris commit access for Sylvain. I'd like him to be able to commit directly, we have quite a few other things coming along :)
Sylvain is working on issues related to debugging cross-compiled executables on Linux (when compiled on Windows) and also debugging builds made from OBJs compiled on other machines. This is related to Nico's post about deterministic builds, however things don't work the same with Fastbuild (which is P2P) and there are a few issues we'd like to address.

This revision was automatically updated to reflect the committed changes.