[all-commits] [llvm/llvm-project] b9663e: [SCUDO] add cmake options for custom sysroot
michaelrj-google via All-commits
all-commits at lists.llvm.org
Wed Oct 12 15:03:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9663ebbf825eed3fc45fbb7d4773271ee2ca259
https://github.com/llvm/llvm-project/commit/b9663ebbf825eed3fc45fbb7d4773271ee2ca259
Author: Michael Jones <michaelrj at google.com>
Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths:
M compiler-rt/CMakeLists.txt
M compiler-rt/lib/scudo/standalone/CMakeLists.txt
Log Message:
-----------
[SCUDO] add cmake options for custom sysroot
These options will allow the SCUDO standalone to be built with custom
headers. Specifically, this patch will enable building with the
LLVM-libc headers.
Reviewed By: abrachet
Differential Revision: https://reviews.llvm.org/D135702
More information about the All-commits
mailing list