Mercurial > hg > CbC > CbC_gcc
annotate libsanitizer/libsanitizer.spec.in @ 158:494b0b89df80 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 18:13:55 +0900 |
parents | 04ced10e8804 |
children |
rev | line source |
---|---|
111 | 1 # This spec file is read by gcc when linking. It is used to specify the |
2 # standard libraries we need in order to link with various sanitizer libs. | |
3 | |
4 *link_libasan: @link_libasan@ | |
5 | |
6 *link_libtsan: @link_libtsan@ | |
7 | |
8 *link_libubsan: @link_libubsan@ | |
9 | |
10 *link_liblsan: @link_liblsan@ | |
11 |