[all-commits] [llvm/llvm-project] 571723: [CMake] Fix the condition to include asan_rtl_x86_...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Nov 22 12:05:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5717236f7e1fde7948569466fa7dfd7c6562f160
      https://github.com/llvm/llvm-project/commit/5717236f7e1fde7948569466fa7dfd7c6562f160
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-11-22 (Wed, 22 Nov 2023)

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

  Log Message:
  -----------
  [CMake] Fix the condition to include asan_rtl_x86_64.S in libclang_rt.asan_static.a

In a build supporting both i386/x86_64, the condition added by
https://reviews.llvm.org/D149957 caused asan_rtl_x86_64.S not to be
built. Fix it.




More information about the All-commits mailing list