search for: r232200

Displaying 1 result from an estimated 1 matches for "r232200".

2015 Apr 01
4
[LLVMdev] [RFC] Setting preserve-bc-use-list-order=true by default
...cond (details in as_clang.txt, attached). Does it work? ============= Manman also ran `verify-uselistorder` (a use-list fuzzer that shuffles use-lists, serializes IR, compares use-lists, rinses, repeats), on the merged bitcode files above. After I fixed a bug in assembly serialization in r232200, they all come up clean. Why leave -preserve-ll-use-list-order=false by default? ======================================================= Firstly, our practise is to error on mismatches in LLVM assembly (unlike bitcode where we upgrade or drop old formats). Printing use-list directives by default...