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 95c2ea3 commit 78b80a1Copy full SHA for 78b80a1
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -4969,6 +4969,22 @@ cc_binary(
4969
],
4970
)
4971
4972
+cc_binary(
4973
+ name = "llvm-remarkutil",
4974
+ srcs = glob([
4975
+ "tools/llvm-remarkutil/**/*.cpp",
4976
+ "tools/llvm-remarkutil/**/*.h",
4977
+ ]),
4978
+ copts = llvm_copts,
4979
+ includes = ["tools/llvm-remarkutil"],
4980
+ stamp = 0,
4981
+ deps = [
4982
+ ":Demangle",
4983
+ ":Remarks",
4984
+ ":Support",
4985
+ ],
4986
+)
4987
+
4988
cc_binary(
4989
name = "llvm-rtdyld",
4990
srcs = glob([
0 commit comments