You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I removed the statement from the darwin block like your fix for #28 and confirm that it fixes my issue as well. I confirmed that this library compiles cleanly on standard Mac so it's definitely due to my Nix config but I am using a different version of llvm. I can understand if you don't want to support this configuration but as far as I can tell it's a blocker for me because Nix's llvm seems like it doesn't support this. As you mentioned a proper fix would be to detect if UBSan is available and functional :)
The text was updated successfully, but these errors were encountered:
Hi @bbhoss, thanks for reporting the issue.
I think we have to remove ubsan, till we do a proper fix to dynamically enable it.
I'll push the changes soon
Similar to #28, I'm having this issue on Darwin too using nix's llvm.
I removed the statement from the darwin block like your fix for #28 and confirm that it fixes my issue as well. I confirmed that this library compiles cleanly on standard Mac so it's definitely due to my Nix config but I am using a different version of llvm. I can understand if you don't want to support this configuration but as far as I can tell it's a blocker for me because Nix's llvm seems like it doesn't support this. As you mentioned a proper fix would be to detect if UBSan is available and functional :)
The text was updated successfully, but these errors were encountered: