llvm-project
c7aff2ab - [libc] Pass through LIBC_CONF_MATH_OPTIMIZATIONS correctly (#113540)

Commit
1 year ago
[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.
Author
Parents
Loading