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
This is almost a 1:1 replica of the internal Crystal::Config.description, except that the default LLVM target triple must still be hardcoded. It probably doesn't hurt to expose it:
Then Crystal::HOST_TRIPLE can be used in the above interpolation. TARGET_TRIPLE would be equal to whatever is passed to the --target command-line option, possibly normalized, and defaults to HOST_TRIPLE if not given.
Crystal::DESCRIPTION
can be mostly recreated from the other constants underCrystal
:This is almost a 1:1 replica of the internal
Crystal::Config.description
, except that the default LLVM target triple must still be hardcoded. It probably doesn't hurt to expose it:Then
Crystal::HOST_TRIPLE
can be used in the above interpolation.TARGET_TRIPLE
would be equal to whatever is passed to the--target
command-line option, possibly normalized, and defaults toHOST_TRIPLE
if not given.Slightly related: #11694
The text was updated successfully, but these errors were encountered: