search for: _test1

Displaying 2 results from an estimated 2 matches for "_test1".

Did you mean: test1
2014 May 28
2
[LLVMdev] how to call the function in hosting code from JITted IR code..?
Dears, I'm trying to call the function that defined in the host application from IR code, but LLVM is saying that there is no such function... I've seen the tutorial of Kaleidoscope, and defined the function as extern "C" { void test1(void) { cout << "test function in the host application \n" ; } } ...in the host application. Would you please let me give any
2013 Jun 24
1
[LLVMdev] DebugInfo: Missing non-trivially-copyable parameters in SelectionDAG
...r/local/google/home/blaikie/dev/llvm/src/test/CodeGen/X86/brcond.ll -- Exit Code: 1 Command Output (stderr): -- /usr/local/google/home/blaikie/dev/llvm/src/test/CodeGen/X86/brcond.ll:8:10: error: expected string not found in input ; CHECK: xorb ^ <stdin>:4:9: note: scanning from here _test1: ## @test1 ^ <stdin>:7:2: note: possible intended match here xorl 4(%esp), %eax ^ -- ******************** FAIL: LLVM :: CodeGen/X86/sibcall-2.ll (31 of 51) ******************** TEST 'LLVM :: CodeGen/X86/sibcall-2.ll' FAILED ******************** Script: -- /usr/local/google/...