[all-commits] [llvm/llvm-project] c7aff2: [libc] Pass through LIBC_CONF_MATH_OPTIMIZATIONS c...

Simon Tatham via All-commits all-commits at lists.llvm.org
Thu Oct 24 06:52:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7aff2ab4cfcc3cc4d43e8b9a3663096ab1e8f10
      https://github.com/llvm/llvm-project/commit/c7aff2ab4cfcc3cc4d43e8b9a3663096ab1e8f10
  Author: Simon Tatham <simon.tatham at arm.com>
  Date:   2024-10-24 (Thu, 24 Oct 2024)

  Changed paths:
    M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake

  Log Message:
  -----------
  [libc] Pass through LIBC_CONF_MATH_OPTIMIZATIONS correctly (#113540)

It's checked in a cmake function that builds up a list called
`config_options`. But the check was appending to a list called
`compile_options`, so the intended `-DLIBC_MATH=whatever` didn't end up
on the actual compile command lines.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list