This is an update to D5767, adding the missing tests.
Details
Diff Detail
Event Timeline
Please make sure patches get sent to cfe-commits in addition to the reviewers, as per https://llvm.org/docs/Phabricator.html
Thank you! Please move the tests to a new subdirectory under test, say test/Templight.
tools/CMakeLists.txt | ||
---|---|---|
37 | Did you mean to include this in this patch? There's no such directory added here. (Should this be an add_llvm_external_project, to pick up some external project if it's checked out here?) |
I have moved the tests into their own directory in the last update.
tools/CMakeLists.txt | ||
---|---|---|
37 | It is a reference to a utility based on this patch. The utility has not been finished yet, so I have removed that line. |
The last update of the patch also contains the changes to this pull request based on comments from D5767.
Did you mean to include this in this patch? There's no such directory added here. (Should this be an add_llvm_external_project, to pick up some external project if it's checked out here?)