Displaying 3 results from an estimated 3 matches for "new_clang".
Did you mean:
new_clang++
2016 May 28
2
[LibFuzzer] Recent performance regression due to r270942
...moving the discussion to the mailing list.
In r270942 the time taken to run LibFuzzer's test became noticeably
longer. I am building on
* Arch Linux (4.5.4-1-ARCH #1 SMP PREEMPT Wed May 11 22:21:28 CEST
2016 x86_64 GNU/Linux)
* I am building libFuzzer and running its tests like so
```
CC=<new_clang> CXX=<new_clang++> cmake -DLLVM_USE_SANITIZE_COVERAGE=1
-DLLVM_USE_SANITIZER=Address -DCMAKE_BUILD_TYPE=RELEASE ../src/ &&
make check-fuzzer -j8
```
where ``<new_clang>`` and ``<new_clang++>`` point to a recently built
clang (llvm: r270960 , clang: r270962 , compiler-r...
2016 May 28
0
[LibFuzzer] Recent performance regression due to r270942
...> In r270942 the time taken to run LibFuzzer's test became noticeably
> longer. I am building on
>
> * Arch Linux (4.5.4-1-ARCH #1 SMP PREEMPT Wed May 11 22:21:28 CEST
> 2016 x86_64 GNU/Linux)
> * I am building libFuzzer and running its tests like so
>
> ```
> CC=<new_clang> CXX=<new_clang++> cmake -DLLVM_USE_SANITIZE_COVERAGE=1
> -DLLVM_USE_SANITIZER=Address -DCMAKE_BUILD_TYPE=RELEASE ../src/ &&
> make check-fuzzer -j8
> ```
>
> where ``<new_clang>`` and ``<new_clang++>`` point to a recently built
> clang (llvm: r270960...
2016 May 28
2
[LibFuzzer] Recent performance regression due to r270942
...to run LibFuzzer's test became noticeably
>> longer. I am building on
>>
>> * Arch Linux (4.5.4-1-ARCH #1 SMP PREEMPT Wed May 11 22:21:28 CEST
>> 2016 x86_64 GNU/Linux)
>> * I am building libFuzzer and running its tests like so
>>
>> ```
>> CC=<new_clang> CXX=<new_clang++> cmake -DLLVM_USE_SANITIZE_COVERAGE=1
>> -DLLVM_USE_SANITIZER=Address -DCMAKE_BUILD_TYPE=RELEASE ../src/ &&
>> make check-fuzzer -j8
>> ```
>>
>> where ``<new_clang>`` and ``<new_clang++>`` point to a recently built
>&g...