aboutsummaryrefslogtreecommitdiff
path: root/src/zig_clang.h
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-07-29 14:18:32 -0700
committerGitHub <noreply@github.com>2022-07-29 14:18:32 -0700
commit3cf8f283d3f271b6d0b5de39f55e4ea40b83eece (patch)
tree473271314571f59d4e0c0154acf078d1445b5fdb /src/zig_clang.h
parent4fc2acdaa4f2b649b17ddf958d2608abc4787a4e (diff)
parent58540f968a2ae53b4b1ff5a917fdb404088a222a (diff)
downloadzig-3cf8f283d3f271b6d0b5de39f55e4ea40b83eece.tar.gz
zig-3cf8f283d3f271b6d0b5de39f55e4ea40b83eece.zip
Merge pull request #12085 from topolarity/dyn-link-libcpp
Dynamically link `libc++` if integrating with system LLVM
Diffstat (limited to 'src/zig_clang.h')
-rw-r--r--src/zig_clang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zig_clang.h b/src/zig_clang.h
index 6babb21bfe..3da57d4301 100644
--- a/src/zig_clang.h
+++ b/src/zig_clang.h
@@ -1418,4 +1418,5 @@ ZIG_EXTERN_C const struct ZigClangRecordDecl *ZigClangFieldDecl_getParent(const
ZIG_EXTERN_C unsigned ZigClangFieldDecl_getFieldIndex(const struct ZigClangFieldDecl *);
ZIG_EXTERN_C const struct ZigClangAPSInt *ZigClangEnumConstantDecl_getInitVal(const struct ZigClangEnumConstantDecl *);
+ZIG_EXTERN_C bool ZigClangIsLLVMUsingSeparateLibcxx();
#endif