8000 GitHub - WilliamOxton/OTX
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WilliamOxton/OTX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Manual

step1: cd build mkdir Release cd Release

step 2: ../cmake/bin/cmake -DCMAKE_BUILD_TYPE=Release
-DLLVM_TARGETS_TO_BUILD=host
-DLLVM_TARGET_ARCH=host -DLLVM_ENABLE_ASSERTIONS=On
-DLLVM_ENABLE_PROJECTS="lld;clang"
-DLLVM_EXTERNAL_LLD_SOURCE_DIR="/Users/root/ATsgx/src/llvm-project/lld"
-DLLVM_EXTERNAL_CLANG_SOURCE_DIR="/Users/root/ATsgx/src/llvm-project/clang"
-G "CodeBlocks - Unix Makefiles"
-S "/Users/root/ATsgx/src/llvm-project/llvm/"

step 3: ../cmake/bin/cmake --build . -j 16
--target lld clang opt llvm-config llvm-ar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0