Displaying 1 result from an estimated 1 matches for "simpletest2".
Did you mean:
simpletest
2011 May 29
1
[LLVMdev] LLVMInitializeNativeTarget error
...king for the
parts of Core and BitWriter that I've tested but I've hit problems
with Target/ExecutionEngine. The following test code works with the
initializeNativeTarget line commented out like so:
<https://github.com/keithshep/llvm-fs/blob/b7050b841108dc703e58563a4cff8845603c950d/test/simpletest2.fs>
... but if I uncomment the initializeNativeTarget line I get the
following error from mono:
Unhandled Exception: System.EntryPointNotFoundException:
LLVMInitializeNativeTarget
at (wrapper managed-to-native)
LLVM.Generated.Target:initializeNativeTargetNative ()
at Simpletest2.main (Syst...