forked from ponylang/ponyc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change lib/llvm default target to be tag llvmorg-7.0.1
.circle/config.yml: Cap CPUs to a maximum of 4 if using $(nproc) in .circle/config.yml .gitmodule and lib/llvm/src: Remove branch and and Changed lib/llvm/src tag llvmorg-7.0.1 README.md: Updated with instructions for changing default target lib/llvm/Makefile: Don't use --depth=1 as I found it was more trouble then it's worth. It makes switching to other commits difficult and looks like it takes longer to transfer with circle CI. Change get-nothing target to not be a .PHONY target as prior to this target: $(LLVM_BUILD_DIR)/generated-llvm-makefile-$(LLVM_TARGET): $(GET_LLVM_SRC_TARGET) Would always need updating. Use $(MAKE) instead of make directly except in buildit and installit where its conditional as we need to use ninja or $(MAKE) as appropriate.
- Loading branch information
1 parent
234fc8a
commit 51b5f19
Showing
5 changed files
with
53 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[submodule "lib/llvm/src"] | ||
path = lib/llvm/src | ||
url = https://github.com/llvm/llvm-project | ||
branch = release/3.9.x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule src
updated
48472 files