Displaying 2 results from an estimated 2 matches for "peiliu".
Did you mean:
peilin
2016 May 17
2
Function arguments pass by value or by reference.
Now, I am using LLVM-3.3 do some process with functions, however there are
some difficult things I can't handle by myself. So,
I want get your help to get it down properly.
Q1. There is a function declaration:
call i32 @create(i64* %tid, %union.t* %pab, i8* (i8*)* @worker, i8* null)
// callInst
Store instruction goes like this:
store i8* (i32, double, i32*)* %fp, i8* (i32, double, i32*)**
2016 Nov 18
2
Questions about the methods of compilation.
Hi, I have some questions about the compilation of the llvm.
First, why the majority of the results of compilation are static library (
*.a files in the $(LLVM_HOME)/Release+Asserts/lib/), Why don't generate
dynamic link library (.so files in the directory). The exception is the
file libLTO.a and libLTO.so, why the library LTO were generated for static
and dynamic both? How to control the