Displaying 1 result from an estimated 1 matches for "10780d64".
Did you mean:
1048064
2019 Mar 26
2
ORC JIT fails with standard math librrary
...define float @func_ir(float %arg0) {
entrypoint:
ret float %arg0
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: KaleidoscopeJIT.h
Type: text/x-chdr
Size: 5065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190326/10780d64/attachment.h>
-------------- next part --------------
LLVM_CONFIG = /home/fwinter/toolchain/install/llvm-8.0-x86-debug/bin/llvm-config
LLVM_CXXFLAGS = $(shell $(LLVM_CONFIG) --cxxflags)
LLVM_LDFLAGS = $(shell $(LLVM_CONFIG) --ldflags)
LLVM_LIBS = $(shell $(LLVM_CONFIG) --libs)
all: test...