Skip to content

Commit b7699b7

Browse files
committed
Remove Object.h from rustllvm
This file appears to be upstream now
1 parent 22db8b1 commit b7699b7

File tree

2 files changed

+1
-79
lines changed

2 files changed

+1
-79
lines changed

mk/rustllvm.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUSTLLVM_LIB_CS := $(addprefix rustllvm/, \
77

88
RUSTLLVM_OBJS_CS := $(addprefix rustllvm/, RustWrapper.cpp)
99

10-
RUSTLLVM_HDR := rustllvm/include/llvm-c/Object.h
1110
RUSTLLVM_DEF := rustllvm/rustllvm$(CFG_DEF_SUFFIX)
1211

1312
RUSTLLVM_INCS := -iquote $(CFG_LLVM_INCDIR) \
@@ -28,7 +27,7 @@ rustllvm/rustllvmbits.a: $(RUSTLLVM_LIB_OBJS)
2827
# Note: We pass $(CFG_LLVM_LIBS) twice to fix the windows link since
2928
# it has no -whole-archive.
3029
rustllvm/$(CFG_RUSTLLVM): rustllvm/rustllvmbits.a $(RUSTLLVM_OBJS_OBJS) \
31-
$(MKFILES) $(RUSTLLVM_HDR) $(RUSTLLVM_DEF)
30+
$(MKFILES) $(RUSTLLVM_DEF)
3231
@$(call E, link: $@)
3332
$(Q)$(call CFG_LINK_C,$@,$(RUSTLLVM_OBJS_OBJS) \
3433
$(CFG_GCCISH_PRE_LIB_FLAGS) $(CFG_LLVM_LIBS) \

src/rustllvm/include/llvm-c/Object.h

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)