Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hexagon] Don't use cmake glob for auto-generated source files #10259

Merged
merged 2 commits into from Feb 16, 2022
Merged

[Hexagon] Don't use cmake glob for auto-generated source files #10259

merged 2 commits into from Feb 16, 2022

Conversation

kparzysz-quic
Copy link
Contributor

Glob treats inputs as patterns: if the file with a given name does not exist (is to be generated later), it won't be added to the output.

Glob treats inputs as patterns: if the file with a given name
does not exist (is to be generated later), it won't be added to
the output.
@masahi masahi merged commit b1206b6 into apache:main Feb 16, 2022
@kparzysz-quic kparzysz-quic deleted the hexagon-cmake-autogen branch February 16, 2022 20:54
pfk-beta pushed a commit to pfk-beta/tvm that referenced this pull request Apr 11, 2022
…e#10259)

* [Hexagon] Don't use cmake glob for auto-generated source files

Glob treats inputs as patterns: if the file with a given name
does not exist (is to be generated later), it won't be added to
the output.

* Restart CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants