> Yes. Clang and llc had explicit logic for setting F_Binary only when > not printing assembly. Things that knew they were always printing text > (like a graphviz file), would also print in text mode. This is > probably an historical thing. We had text output only first and then > added binary.
In fact, clang actually detected the input file format (CRLF or LF). CCing Aaron who implemented it. Cheers, Rafael _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
