-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate LLVM at llvm/llvm-project@ce0f11325e0c
Updates LLVM usage to match [ce0f11325e0c](llvm/llvm-project@ce0f11325e0c) PiperOrigin-RevId: 702971342
- Loading branch information
1 parent
4f9a18d
commit 68751d4
Showing
2 changed files
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
Auto generated patch. Do not edit or delete it, even if empty. | ||
diff -ruN --strip-trailing-cr a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel | ||
--- a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel | ||
+++ b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel | ||
@@ -2937,6 +2937,8 @@ | ||
]), | ||
hdrs = glob([ | ||
"include/llvm/ExecutionEngine/Orc/Shared/*.h", | ||
+ ] + [ | ||
+ "include/llvm/ExecutionEngine/Orc/SymbolStringPool.h", | ||
]), | ||
copts = llvm_copts, | ||
deps = [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters