Skip to content

Conversation

RainingCodes
Copy link

The Android mlc4j build fails because tvm-ffi renamed traceback.cc to backtrace.cc. Replace the stale include with <ffi/backtrace.cc>.

This is the minimal change to restore build without touching other code. (Using a .cc file in headers is generally discouraged, but this keeps the current structure intact and unblocks builds.)

  • Change: #include <ffi/traceback.cc> -> #include <ffi/backtrace.cc>
  • Scope: android/mlc4j/src/cpp/tvm_runtime.h
  • Verified: local Android build succeeds

The Android mlc4j build fails because tvm-ffi renamed `traceback.cc` to
`backtrace.cc`. Replace the stale include with <ffi/backtrace.cc>.

This is the minimal change to restore build without touching other code.
(Using a .cc file in headers is generally discouraged, but this keeps the
current structure intact and unblocks builds.)

- Change: #include <ffi/traceback.cc> -> #include <ffi/backtrace.cc>
- Scope: android/mlc4j/src/cpp/tvm_runtime.h
- Verified: local Android build succeeds
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.

1 participant