Skip to content

Instantly share code, notes, and snippets.

@Ouroboros
Last active July 28, 2018 13:15

Revisions

  1. Ouroboros renamed this gist Jul 28, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Ouroboros revised this gist Jul 28, 2018. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion build llvm
    Original file line number Diff line number Diff line change
    @@ -1 +1,4 @@
    CC=/usr/lib/llvm-5.0/bin/clang CXX=/usr/lib/llvm-5.0/bin/clang++ cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ../LLVM
    ```
    ln -s /usr/lib/llvm-6.0/lld /usr/lib/llvm-6.0/ld
    CC=/usr/lib/llvm-6.0/bin/clang CXX=/usr/lib/llvm-6.0/bin/clang++ cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ../LLVM
    ```
  3. Ouroboros revised this gist Mar 9, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion build llvm
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    CC=/usr/lib/llvm-5.0/bin/clang CXX=/usr/lib/llvm-5.0/bin/clang++ cmake -DCMAKE_BUILD_TYPE=Release ../LLVM
    CC=/usr/lib/llvm-5.0/bin/clang CXX=/usr/lib/llvm-5.0/bin/clang++ cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ../LLVM
  4. Ouroboros created this gist Mar 9, 2018.
    1 change: 1 addition & 0 deletions build llvm
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    CC=/usr/lib/llvm-5.0/bin/clang CXX=/usr/lib/llvm-5.0/bin/clang++ cmake -DCMAKE_BUILD_TYPE=Release ../LLVM