Search
Saturday, 14th of May 2016, 22:42:15 UTC
23:20:06
phoe_krk
slowdown time... building it.
23:20:23
phoe_krk
I'll let you know how it went tomorrow.
0:03:40
zacts
drmeister: can Clasp link to other llvm based lingos like Rust / Obj C / C without resorting to low-level FFI?
0:03:58
zacts
or is it mainly just C++?
0:04:19
zacts
how heavily does clasp utilize Clang versus LLVM bytecode?
0:05:03
zacts
I might be interesting in combining Clang with Rust or something...
0:05:12
zacts
s/Clang with Rust/Clasp with Rust/
0:17:44
drmeister
zacts: I haven't looked at the Rust calling convention but if it's llvm-ir then clasp has no or a very low barrier to interoperate with it.
0:18:36
zacts
so llvm-ir is what would make X language low barrier to interop with?
0:19:07
zacts
cool, that answers my questions perfectly, and lets me know what to research
0:22:25
zacts
drmeister: and would the llvm versions need to be equal?
0:22:57
zacts
or how is backwards compat with llvm, or would llvm just handle this naturally?
0:23:12
drmeister
zacts: I don't know
0:23:25
zacts
ah, ok that's cool (I may ask #llvm on oftc about this)
0:45:45
zacts
drmeister: I asked there, if I get a response I'll pastebin for you, just FYI fwiw
0:46:08
zacts
(in case it could be useful for future Clasp projects)
0:46:20
zacts
and then I'll likely /idle for a few weeks
9:00:00
phoe_krk
/home/phoe/lisp/clasp/include/clasp/clbind/generated/clbind_constructor_functoids.h:398: undefined reference to `clang::tooling::ClangTool::ClangTool(clang::tooling::CompilationDatabase const&, llvm::ArrayRef<std::string>)'
9:00:04
phoe_krk
clang: error: linker command failed with exit code 1 (use -v to see invocation)
9:00:15
phoe_krk
That's what I woke up to.
9:01:51
Shinmera
Sounds like it's not getting the right llvm version
9:03:24
phoe_krk
I need 3.8, right?
9:06:39
SAL9000
doesn't clasp require llvm-head now?
9:06:51
phoe_krk
Oh, right. I thought I had it, but debian installed 1.3.6 for me. Fixing it now.
9:07:08
Shinmera
SAL9000: not the commit I linked him
10:01:05
zygentoma
** NICK zygentoma^rewe
Sunday, 15th of May 2016, 10:42:15 UTC