[Mlir-commits] [mlir] [mlir] Python: write bytecode to a file path	(PR #127118)
    Mehdi Amini 
    llvmlistbot at llvm.org
       
    Thu Feb 13 16:02:48 PST 2025
    
    
  
================
@@ -7,21 +7,24 @@
 //===----------------------------------------------------------------------===//
 
 #include <optional>
+#include <system_error>
 #include <utility>
----------------
joker-eph wrote:
The system headers should come after the project header (according to LLVM conventions), shall we fix it while we're here?
https://github.com/llvm/llvm-project/pull/127118
    
    
More information about the Mlir-commits
mailing list