File tree Expand file tree Collapse file tree 3 files changed +2
-80
lines changed
src/rustllvm/include/llvm-c Expand file tree Collapse file tree 3 files changed +2
-80
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 22db8b1d53f866af3d949d6682f0cc3e2b00893f
2
+ refs/heads/master: b7699b78893faf3036bca1b83591ad23cbc5c5c3
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ RUSTLLVM_LIB_CS := $(addprefix rustllvm/, \
7
7
8
8
RUSTLLVM_OBJS_CS := $(addprefix rustllvm/, RustWrapper.cpp)
9
9
10
- RUSTLLVM_HDR := rustllvm/include/llvm-c/Object.h
11
10
RUSTLLVM_DEF := rustllvm/rustllvm$(CFG_DEF_SUFFIX )
12
11
13
12
RUSTLLVM_INCS := -iquote $(CFG_LLVM_INCDIR ) \
@@ -28,7 +27,7 @@ rustllvm/rustllvmbits.a: $(RUSTLLVM_LIB_OBJS)
28
27
# Note: We pass $(CFG_LLVM_LIBS) twice to fix the windows link since
29
28
# it has no -whole-archive.
30
29
rustllvm/$(CFG_RUSTLLVM ) : rustllvm/rustllvmbits.a $(RUSTLLVM_OBJS_OBJS ) \
31
- $(MKFILES) $(RUSTLLVM_HDR) $( RUSTLLVM_DEF)
30
+ $(MKFILES) $(RUSTLLVM_DEF)
32
31
@$(call E, link: $@)
33
32
$(Q)$(call CFG_LINK_C,$@,$(RUSTLLVM_OBJS_OBJS) \
34
33
$(CFG_GCCISH_PRE_LIB_FLAGS) $(CFG_LLVM_LIBS) \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments