We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1759c commit 01c4896Copy full SHA for 01c4896
xls/public/BUILD
@@ -264,6 +264,7 @@ cc_library(
264
":c_api_format_preference",
265
":c_api_impl_helpers",
266
":c_api_ir_builder",
267
+ ":c_api_vast",
268
":runtime_build_actions",
269
"//xls/common:init_xls",
270
"//xls/common/file:filesystem",
xls/public/c_api.h
@@ -21,6 +21,7 @@
21
#include "xls/public/c_api_dslx.h"
22
#include "xls/public/c_api_format_preference.h"
23
#include "xls/public/c_api_ir_builder.h"
24
+#include "xls/public/c_api_vast.h" // IWYU pragma: export
25
26
// C API that exposes the functionality in various public headers in a way that
27
// C-based FFI facilities can easily wrap.
0 commit comments