We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb28edc commit 5005ff4Copy full SHA for 5005ff4
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f0254e1e0da1e3bb030a1331d4704b0396fc83c0
+refs/heads/master: ecdeffbe3dc26b66f5f4b15a0da3e7ead176f390
trunk/Makefile.in
@@ -237,8 +237,8 @@ LLVM_LDFLAGS_$(1)=$$(shell "$$(LLVM_CONFIG_$(1))" --ldflags)
237
LLVM_CXXFLAGS_$(1)=$$(shell "$$(LLVM_CONFIG_$(1))" --cxxflags)
238
LLVM_HOST_TRIPLE_$(1)=$$(shell "$$(LLVM_CONFIG_$(1))" --host-target)
239
240
-LLVM_AS_$(1)=$$(LLVM_BINDIR_$(1))/llvm-as$$(X)
241
-LLC_$(1)=$$(LLVM_BINDIR_$(1))/llc$$(X)
+LLVM_AS_$(1)=$$(CFG_LLVM_INST_DIR_$(1))/bin/llvm-as$$(X)
+LLC_$(1)=$$(CFG_LLVM_INST_DIR_$(1))/bin/llc$$(X)
242
243
endef
244
0 commit comments