search for: cling_src

Displaying 1 result from an estimated 1 matches for "cling_src".

Did you mean: clang_src
2009 Oct 30
0
[LLVMdev] JIT, incremental 'linking' and global variables.
...global address: i $ ./tester 1 Loading declaration.cxx Loading declaration.cxx Loading main.cxx 5 $ ./tester 2 Loading declaration.cxx Loading main.cxx 5 $ ./tester 3 Loading declaration.cxx [i] Failure: dlopen(main.so, 9): Symbol not found: _i Referenced from: /Users/pcanal/root_working/code/cling_src/test/main.so Expected in: dynamic lookup The only 'working' combination is "tester 2", in an ideal world "tester 0" and "tester 3" should also have printed the same output. In 'tester 0', I tried to link the 2 source files independently. When...