seq icon indicating copy to clipboard operation
seq copied to clipboard

llvm::sys::fs::F_None is removed in recent releases

Open tcztzy opened this issue 3 years ago • 1 comments

https://github.com/seq-lang/seq/blob/54451c3267b140f7e2073c05d3cf8080de688a8f/compiler/sir/llvm/llvisitor.cpp#L421 https://reviews.llvm.org/D101506 Maybe we can use llvm::sys::fs::OF_None instead?

tcztzy avatar Jan 27 '22 03:01 tcztzy

Thanks for the suggestion.

markhend avatar Jan 27 '22 15:01 markhend