================
@@ -87,6 +134,23 @@ convertExceptionBehaviorToStr(fp::ExceptionBehavior
UseExcept) {
return ExceptStr;
}
+std::optional<StringRef>
+convertExceptionBehaviorToBundle(fp::ExceptionBehavior UseExcept) {
+ std::optional<StringRef> ExceptStr;
+ switch (UseExcept) {
+ case fp::ebStrict:
+ ExceptStr = "strict";
----------------
spavloff wrote:
Done.
https://github.com/llvm/llvm-project/pull/135658
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits