Skip to content

Commit bb5d9f0

Browse files
committed
---
yaml --- r: 3968 b: refs/heads/master c: b7699b7 h: refs/heads/master v: v3
1 parent a59c27b commit bb5d9f0

File tree

3 files changed

+2
-80
lines changed

3 files changed

+2
-80
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 22db8b1d53f866af3d949d6682f0cc3e2b00893f
2+
refs/heads/master: b7699b78893faf3036bca1b83591ad23cbc5c5c3

trunk/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) \

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

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

0 commit comments

Comments
 (0)