File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
utils/bazel/llvm-project-overlay Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -916,7 +916,10 @@ apple_genrule(
916
916
srcs = [":debugserver_unsigned" ],
917
917
outs = ["debugserver" ],
918
918
cmd = "cp $(SRCS) $(OUTS) && xcrun codesign -f -s - --entitlements $(location tools/debugserver/resources/debugserver-macosx-entitlements.plist) $(OUTS)" ,
919
- tags = ["nobuildkite" ],
919
+ tags = [
920
+ "manual" ,
921
+ "nobuildkite" ,
922
+ ],
920
923
target_compatible_with = select ({
921
924
"@platforms//os:macos" : [],
922
925
"//conditions:default" : ["@platforms//:incompatible" ],
Original file line number Diff line number Diff line change @@ -617,6 +617,7 @@ cc_test(
617
617
allow_empty = False ,
618
618
),
619
619
deps = [
620
+ "//llvm:BitstreamReader" ,
620
621
"//llvm:Core" ,
621
622
"//llvm:Coverage" ,
622
623
"//llvm:DebugInfo" ,
You can’t perform that action at this time.
0 commit comments