Skip to content

Commit

Permalink
Export LLVM include files (#173)
Browse files Browse the repository at this point in the history
Exporting the public headers for libraries like clang makes it easy for other projects (e.g. cppast) to depend on them from within this toolchain.
  • Loading branch information
luxe authored Jan 16, 2023
1 parent b918438 commit fef34b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/BUILD.llvm_repo
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package(default_visibility = ["//visibility:public"])
exports_files(glob([
"bin/*",
"lib/*",
"include/*",
]))

## LLVM toolchain files
Expand Down

0 comments on commit fef34b1

Please sign in to comment.