Skip to content

Commit

Permalink
Moved the LLVM and Clang commits to separate files.
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
  • Loading branch information
ddobrev committed Aug 20, 2015
1 parent 98986cc commit e1256d4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions build/Clang-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3457cd5516ac741fa106623d9578f5ac88593f4d
1 change: 1 addition & 0 deletions build/LLVM-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0e8abfa6ed986c892ec723236e32e78fd9c47b88
8 changes: 4 additions & 4 deletions build/ci/vagrant/ubuntu_x64/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ Vagrant.configure(2) do |config|
cd llvm/
#change this hash if u need another version of Llvm
git reset --hard 0e8abfa6ed986c892ec723236e32e78fd9c47b8
llvm_commit=`cat ../../build/LLVM-commit`
git reset --hard $llvm_commit
cd tools/
git clone https://github.com/llvm-mirror/clang.git
cd clang/
#change this hash if u need another version of Clang
git reset --hard 3457cd5516ac741fa106623d9578f5ac88593f4d
clang_commit=`cat ../../../../build/Clang-commit`
git reset --hard $clang_commit
mkcd ../../build
Expand Down
6 changes: 3 additions & 3 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Git repository urls found here: [http://llvm.org/docs/GettingStarted.html#git-mi
3. Clone Clang to `<CppSharp>\deps\llvm\tools\clang`
4. Create directory `<CppSharp>\deps\llvm\build`

Last revisions known to work:
Required LLVM/Clang commits:

LLVM `r230176` / Git mirror revision `0e8abfa6ed986c892ec723236e32e78fd9c47b88`.
[LLVM: see /build/LLVM-commit.](https://github.com/mono/CppSharp/tree/master/build/LLVM-commit)

Clang `r230160` / Git mirror revision `3457cd5516ac741fa106623d9578f5ac88593f4d`.
[Clang: see /build/Clang-commit.](https://github.com/mono/CppSharp/tree/master/build/Clang-commit)

## Compiling on Windows/Visual Studio

Expand Down

0 comments on commit e1256d4

Please sign in to comment.