Skip to content

Commit

Permalink
Include OpenMP shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Jun 12, 2024
1 parent 756b3db commit d0d09ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions toolchain/BUILD.llvm_repo
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ filegroup(
"lib/**/lib*.a",
"lib/clang/*/lib/**/*.a",
"lib/clang/*/lib/**/*.dylib",
"lib/libomp.so",
"lib/libomptarget.so*",
"lib/libgomp.so",
"lib/libiomp5.so",
# clang_rt.*.o supply crtbegin and crtend sections.
"lib/**/clang_rt.*.o",
],
Expand Down

0 comments on commit d0d09ac

Please sign in to comment.