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

Add Necessary Checks and Definitions to Build on QNX #672

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

Johnson9009
Copy link
Contributor

Recently we do the TVM deploy work on QNX, and found 2 places that dmlc-core haven't handle correctly.

  1. Backtraces
    Even through QNX have a library named "libbacktrace" can do the job, but the QNX official document notice that it is an unsupported feature, in addition the API is very different with those of file "execinfo.h", so we think maybe just don't do the bacetrace on QNX is a better solution.
  2. Endian
    Refer to Include endianness header on QNX targets protocolbuffers/protobuf#10080, endian can be detected on QNX correctly.

@Johnson9009
Copy link
Contributor Author

@tqchen @mli @hcho3 Please help to approve running workflows, thanks.

@Johnson9009
Copy link
Contributor Author

Is there anybody can help?

@hcho3 hcho3 merged commit a355fbf into dmlc:main Aug 8, 2023
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.

2 participants