Displaying 1 result from an estimated 1 matches for "d15075".
Did you mean:
d14075
2016 Oct 31
1
COMPILER-RT build break
...#39;t produce an error.
In compiler-rt's tests, there's a test which shouldn't generate an error but after the patch it does. Therefore, we need to correct the test (which is not correct according to extended gcc).
The review regarding the new error message is : https://reviews.llvm.org/D15075
What is the process in compiler-rt in order to accept and commit that change?
The change which needed to be made is:
Index: lib/asan/tests/asan_asm_test.cc
===================================================================
--- lib/asan/tests/asan_asm_test.cc (revision 285517)
+++ lib/asan/t...