Skip to content

Commit 5005ff4

Browse files
committed
---
yaml --- r: 6683 b: refs/heads/master c: ecdeffb h: refs/heads/master i: 6681: 8091c74 6679: 3ee5e13 v: v3
1 parent cb28edc commit 5005ff4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: f0254e1e0da1e3bb030a1331d4704b0396fc83c0
2+
refs/heads/master: ecdeffbe3dc26b66f5f4b15a0da3e7ead176f390

trunk/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ LLVM_LDFLAGS_$(1)=$$(shell "$$(LLVM_CONFIG_$(1))" --ldflags)
237237
LLVM_CXXFLAGS_$(1)=$$(shell "$$(LLVM_CONFIG_$(1))" --cxxflags)
238238
LLVM_HOST_TRIPLE_$(1)=$$(shell "$$(LLVM_CONFIG_$(1))" --host-target)
239239

240-
LLVM_AS_$(1)=$$(LLVM_BINDIR_$(1))/llvm-as$$(X)
241-
LLC_$(1)=$$(LLVM_BINDIR_$(1))/llc$$(X)
240+
LLVM_AS_$(1)=$$(CFG_LLVM_INST_DIR_$(1))/bin/llvm-as$$(X)
241+
LLC_$(1)=$$(CFG_LLVM_INST_DIR_$(1))/bin/llc$$(X)
242242

243243
endef
244244

0 commit comments

Comments
 (0)