[all-commits] [llvm/llvm-project] 6919b7: [CMake] Set UBSAN_LINK_FLAGS for ubsan

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri Apr 17 23:22:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6919b708a180b8791d8d21b289958f1f061c71e3
      https://github.com/llvm/llvm-project/commit/6919b708a180b8791d8d21b289958f1f061c71e3
  Author: Petr Hosek <phosek at google.com>
  Date:   2020-04-17 (Fri, 17 Apr 2020)

  Changed paths:
    M compiler-rt/lib/ubsan/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Set UBSAN_LINK_FLAGS for ubsan

This variable is being used, but it's not being set (it's only set
for ubsan_minimal, but not ubsan). This addresses a regression that
was introduced in D78325.

Differential Revision: https://reviews.llvm.org/D78410




More information about the All-commits mailing list