Owen Pan
Owen Pan
Reverted by 573a5b5.
Related to #57158.
https://reviews.llvm.org/D132001
https://reviews.llvm.org/D132008
Why in the patch file are there many diffs that are the same? (I have to leave now to give a talk about GCI at our local public library. Maybe...
After looking at the entire `wave_to_little_endian` function in sinus.c, not just the patch snippet without context, I think making a minimal change below is the safest way to go: Replace...
If you want to clean up the code, you can replace ``` int i; void *p; ``` with `int i = 0;` and then rewrite the code for `case 2`:...
@fbrosson sorry about stepping on your toes. :)
@bach5000 did you push your commit? It now says `data_size` in the update part of the `for` loop header. Also; it appears that some of the indentation problems recurred. To...
> Instead of having build.sh download the llvm and clang sources via wget, this recipe downloads them, see SOURCE_URL_2/3. build.sh never gets to use wget. I can simplify build.sh or...