yanggg1997 opened a new pull request, #14235:
URL: https://github.com/apache/tvm/pull/14235

   In the latest version of 
[llvm-project](https://github.com/llvm/llvm-project), the `llvm/ADT/Triple.h` 
has been moved to `llvm/TargetParser/Triple.h`. Thus, anyone who compile and 
install llvm from source may encounter this:
   ```shell
   fatal error: llvm/ADT/Triple.h: No such file or directory
      30 | #include <llvm/ADT/Triple.h>
   ```
   This error can be solved by adding `LLVM_VERSION_MAJOR` judgement to include 
correct head file.
   
   #14136 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to