Review Request 129708: C project also need Clang Sanitizer
Leslie Zhai
xiangzhai83 at gmail.com
Fri Dec 30 03:19:11 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129708/
-----------------------------------------------------------
(Updated Dec. 30, 2016, 4:19 a.m.)
Status
------
This change has been marked as submitted.
Review request for Extra Cmake Modules and Alex Merry.
Changes
-------
Submitted with commit c38e698cf3f33f2280d6d134bd0484d8051a33e7 by Leslie Zhai to branch master.
Bugs: 374195
http://bugs.kde.org/show_bug.cgi?id=374195
Repository: extra-cmake-modules
Description
-------
So I just added
```
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${XSAN_COMPILE_FLAGS}" )
```
for C project to use Clang Sanitizer.
Diffs
-----
modules/ECMEnableSanitizers.cmake 9c8a4de
Diff: https://git.reviewboard.kde.org/r/129708/diff/
Testing
-------
testcase for Clang Static Analyzer, and also for Clang Sanitizer https://github.com/LLVM-China/clang-analyzer.github.io/tree/master/tests
```
cmake .. -DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \
-DECM_ENABLE_SANITIZERS='address;leak;undefined' \
-DCMAKE_BUILD_TYPE=Debug
```
testcase for kcoreaddons and kjs with GNU compiler
```
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DECM_ENABLE_SANITIZERS='address;leak;undefined' \
-DKDE_INSTALL_LIBDIR=lib \
-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
-DBUILD_TESTING=ON
```
```
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DECM_ENABLE_SANITIZERS='address;leak;undefined' \
-DKDE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=ON
```
Thanks,
Leslie Zhai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-buildsystem/attachments/20161230/a3447fc6/attachment.html>
More information about the Kde-buildsystem
mailing list