This is a simple command line tool for interop.
See INTEROP.md on how to use it.
This commit is contained in:
committed by
alexander-gorshenev
parent
62e678a37a
commit
a995fbcb59
@@ -1,5 +1,6 @@
|
||||
|
||||
// TODO: utilize substitution mechanism from interop.
|
||||
// TODO: Do we need a $variable substitution mechanism here?
|
||||
llvmVersion = 3.9.0
|
||||
|
||||
// macbook
|
||||
arch.osx = x86_64
|
||||
@@ -37,6 +38,7 @@ osVersionMin.osx-ios-sim = -ios_simulator_version_min 5.0.0
|
||||
sysRoot.linux = target-gcc-toolchain-3-linux-x86-64/x86_64-unknown-linux-gnu/sysroot
|
||||
llvmHome.linux = clang+llvm-3.9.0-linux-x86-64
|
||||
libGcc.linux = target-gcc-toolchain-3-linux-x86-64/lib/gcc/x86_64-unknown-linux-gnu/4.8.5
|
||||
gccToolChain.linux = target-gcc-toolchain-3-linux-x86-64
|
||||
llvmLtoFlags.linux = -O3 -function-sections -exported-symbol=main
|
||||
llvmLlcFlags.linux = -march=x86-64
|
||||
linkerKonanFlags.linux = -Bstatic -lstdc++ -Bdynamic -ldl -lm -lpthread
|
||||
|
||||
Reference in New Issue
Block a user