gemini-code-assist[bot] commented on code in PR #18747: URL: https://github.com/apache/tvm/pull/18747#discussion_r2788650588
########## cmake/libs/Libbacktrace.cmake: ########## @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one +# Licensed to the Apache Software Foundation (ASF) under one Review Comment:  This change appears to have added a UTF-8 Byte Order Mark (BOM) at the beginning of the file. While often harmless, BOMs can sometimes cause issues with scripts or tools that don't expect them, potentially leading to build failures in different environments. It's best to save this file as UTF-8 without a BOM. ``` # Licensed to the Apache Software Foundation (ASF) under one ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
