[all-commits] [llvm/llvm-project] a22f14: [AArch64][compiler-rt] Option to build compiler-rt...

Pavel Iliin via All-commits all-commits at lists.llvm.org
Sun Jan 8 11:17:30 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a22f1458f6a80820a685c3748f85ce573d11e846
      https://github.com/llvm/llvm-project/commit/a22f1458f6a80820a685c3748f85ce573d11e846
  Author: Pavel Iliin <Pavel.Iliin at arm.com>
  Date:   2023-01-08 (Sun, 08 Jan 2023)

  Changed paths:
    M compiler-rt/CMakeLists.txt
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/cpu_model.c

  Log Message:
  -----------
  [AArch64][compiler-rt] Option to build compiler-rt without FMV support.

This commit adds compiler-rt cmake option COMPILER_RT_DISABLE_AARCH64_FMV
which, when enabled, doesn't include function multiversioning features
initilization code in 'builtins' build.

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




More information about the All-commits mailing list