[all-commits] [llvm/llvm-project] fa712b: [libc++] Build the dylib with sanitizers when requ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Nov 29 06:29:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa712b0764d30e415159537d3e89c994cdef73f9
https://github.com/llvm/llvm-project/commit/fa712b0764d30e415159537d3e89c994cdef73f9
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M libcxx/CMakeLists.txt
Log Message:
-----------
[libc++] Build the dylib with sanitizers when requested (#73656)
We were detecting which sanitizer flags to use when building
libc++.dylib but we were never actually adding those flags to the
targets, which means that our sanitized builds would basically build the
dylib without any sanitizers enabled.
More information about the All-commits
mailing list