================
@@ -430,6 +412,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
       # Error on undefined macros
       -Werror=undef
       -fdiscard-value-names
+      -Xclang -fdenormal-fp-math=dynamic
----------------
wenju-he wrote:

> You can drop `-Xclang`, `-fdenormal-fp-math` is a driver option. 
> (https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-fdenormal-fp-math)

done, thanks

https://github.com/llvm/llvm-project/pull/157633
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to