Skip to content

Commit

Permalink
dump: Add note that symbols are expected to be UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 12, 2024
1 parent fa69fcf commit 1c777a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macaw-dump/src/Data/Macaw/Dump/Discover.hs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ displayCfgs path discState archVals printCrucible = do
data DiscoverConfig = DiscoverConfig
{ -- Arguments
discBinPath :: FilePath
-- | Symbol names (expected but not required to be UTF-8)
, discSymbols :: [BS.ByteString]
-- Options
, discPrintCrucible :: Bool
Expand Down

0 comments on commit 1c777a0

Please sign in to comment.