Issue 133677
Summary -ir-dump-directory should default to writing binary bitcode
Labels enhancement
Assignees
Reporter arsenm
    The -ir-dump-directory debug flag currently outputs textual IR. I assume this is inherited from the behavior of the various -print-* options. If we're writing to a file, we should default to binary. This results in smaller files, and for bug reports a more stable reproducer for the future. 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to