Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Fuzzer/FuzzerTracePC.cpp | ||
---|---|---|
162 ↗ | (On Diff #84212) | Can you put the continue on a new line? |
lib/Fuzzer/FuzzerUtilWindows.cpp | ||
181 ↗ | (On Diff #84212) | dumpbin is not guaranteed to be in the user's path. Is this going to cause a problem? Also I believe dumpbin will use Intel syntax for the disassembly. Does objdump use AT&T syntax by default? If so, will this cause a problem? |
lib/Fuzzer/FuzzerTracePC.cpp | ||
---|---|---|
162 ↗ | (On Diff #84212) | Ok, I will do that. But, in line 169, the continue is in the same line too. Do you want me to update that too? |
lib/Fuzzer/FuzzerUtilWindows.cpp | ||
181 ↗ | (On Diff #84212) | @zturner you are right. I didn't realize of that since I was using a terminal with the VS environment. So, I propose to do this: Would you agree? |