Skip to content

Instantly share code, notes, and snippets.

View hqhs's full-sized avatar

Dima hqhs

View GitHub Profile
@hqhs
hqhs / bugreport.md
Created June 22, 2024 15:23
Dawn cmake build bug

I'm trying to compile Dawn with cmake & ninja using clang installed via homebrew on macos.

/opt/homebrew/opt/llvm/bin/clang++ --version
Homebrew clang version 18.1.7
Target: arm64-apple-darwin23.5.0
Thread model: posix
InstalledDir: /opt/homebrew/opt/llvm/bin
@hqhs
hqhs / .lldbinit
Created June 23, 2024 12:03
LLDB config
settings set stop-line-count-before 10
settings set stop-line-count-after 10
settings set term-width 120