[all-commits] [llvm/llvm-project] 3ed77e: [MemProf] Don't build memprof if sanitizer not bei...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Fri Oct 16 10:52:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ed77ecd0a5d5e5c33770f0f9d3d75cf2f80c80b
https://github.com/llvm/llvm-project/commit/3ed77ecd0a5d5e5c33770f0f9d3d75cf2f80c80b
Author: Teresa Johnson <tejohnson at google.com>
Date: 2020-10-16 (Fri, 16 Oct 2020)
Changed paths:
M compiler-rt/lib/CMakeLists.txt
Log Message:
-----------
[MemProf] Don't build memprof if sanitizer not being built
This should fix a couple of debian bot failures:
http://lab.llvm.org:8011/#builders/14/builds/380
http://lab.llvm.org:8011/#builders/109/builds/533
They disable building of the sanitizer, which memprof relies on. So
disable building of memprof in that case.
More information about the All-commits
mailing list