================
@@ -3986,11 +3986,15 @@ defm assumptions : BoolFOption<"assumptions",
           "Disable codegen and compile-time checks for C++23's [[assume]] 
attribute">,
   PosFlag<SetTrue>>;
 
+
+let Visibility = [ClangOption, FlangOption] in {
----------------
tarunprabhu wrote:

Do you know if this makes `-fvectorize` unavailable in `cl-mode` and 
`dxc-mode`? Did the previous default visibility imply `CLOption` and 
`DXCOption`? 

There was a PR some time ago where the options became unavailable for those 
drivers because of some changes to the visibility. I can't remember what the 
defaults are now, but I am on holiday today, so I can look into it when I am 
back tomorrow.

https://github.com/llvm/llvm-project/pull/119718
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to