[libc-commits] [libc] [libc] Fix leftoever debug in 'f16fma' function (PR #100638)
via libc-commits
libc-commits at lists.llvm.org
Thu Jul 25 12:20:38 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Joseph Huber (jhuber6)
<details>
<summary>Changes</summary>
Summary:
This caused issues on NVPTX
---
Full diff: https://github.com/llvm/llvm-project/pull/100638.diff
1 Files Affected:
- (modified) libc/src/math/generic/CMakeLists.txt (+1-1)
``````````diff
diff --git a/libc/src/math/generic/CMakeLists.txt b/libc/src/math/generic/CMakeLists.txt
index 7280add7c8bb0..53155c6bbd84b 100644
--- a/libc/src/math/generic/CMakeLists.txt
+++ b/libc/src/math/generic/CMakeLists.txt
@@ -4231,7 +4231,7 @@ add_entrypoint_object(
libc.src.__support.macros.properties.types
libc.src.__support.FPUtil.fma
COMPILE_OPTIONS
- -O0 -ggdb3
+ -O3
)
add_entrypoint_object(
``````````
</details>
https://github.com/llvm/llvm-project/pull/100638
More information about the libc-commits
mailing list