[all-commits] [llvm/llvm-project] 905f87: [cmake] Add LLVM_UBSAN_FLAGS, to allow overriding ...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Mon Oct 26 15:48:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 905f874c449cc114d74eaeb19639664779fd0b6e
https://github.com/llvm/llvm-project/commit/905f874c449cc114d74eaeb19639664779fd0b6e
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M llvm/CMakeLists.txt
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/docs/CMake.rst
Log Message:
-----------
[cmake] Add LLVM_UBSAN_FLAGS, to allow overriding UBSan flags
Allow overriding the default set of flags used to enable UBSan when
building llvm.
This can be used to test new checks or opt out of certain checks.
Differential Revision: https://reviews.llvm.org/D89439
More information about the All-commits
mailing list