aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Compile.zig
diff options
context:
space:
mode:
authorXavier Bouchoux <xavierb@gmail.com>2023-11-10 13:59:56 +0100
committerAndrew Kelley <andrew@ziglang.org>2024-01-19 22:05:09 -0800
commit1a98fcd00abb7266418532a103214467497d58c6 (patch)
tree39254a968f9777852e246ec5c803983656c479e4 /lib/std/Build/Step/Compile.zig
parent314533c28bdb57f4cdc159fe376a10037e72d5f3 (diff)
downloadzig-1a98fcd00abb7266418532a103214467497d58c6.tar.gz
zig-1a98fcd00abb7266418532a103214467497d58c6.zip
zig cc: expose clang precompiled C header support
see https://releases.llvm.org/17.0.1/tools/clang/docs/UsersManual.html#generating-a-pch-file syntax examples: `zig cc -x c-header test.h -o test.pch` `zig cc -include-pch test.pch main.c` `zig c++ -x c++-header test.h -o test.pch` `zig c++ -include-pch test.pch main.cpp`
Diffstat (limited to 'lib/std/Build/Step/Compile.zig')
0 files changed, 0 insertions, 0 deletions