Displaying 16 results from an estimated 16 matches for "cxa".
Did you mean:
cx
2012 Oct 29
2
Retrieving data from aspx pages
Hi. I'm trying to write an application to retrieve financial data
(specially bonds data) from FINRA. The web page is served dynamically
from an asp.net application:
http://cxa.gtm.idmanagedsolutions.com/finra/BondCenter/AdvancedScreener.aspx
I'd like to know if it's possible to fill dynamically the web page
form from R and, after filling it (with the issuer name), retrieve the
web page, parse the data, and covert it to appropiate R objects.
For example, suppose...
2012 Oct 29
2
Retrieving data from aspx pages
Hi. I'm trying to write an application to retrieve financial data
(specially bonds data) from FINRA. The web page is served dynamically
from an asp.net application:
http://cxa.gtm.idmanagedsolutions.com/finra/BondCenter/AdvancedScreener.aspx
I'd like to know if it's possible to fill dynamically the web page
form from R and, after filling it (with the issuer name), retrieve the
web page, parse the data, and covert it to appropiate R objects.
For example, suppose...
2017 Aug 06
2
Compile issues with LLVM ORC JIT
...ed some
specific compile option?
Compilation looks like this here.
|CompilingcontribJIT.cpp
PWD:/home/ikuehl/projects-llvm/TurboLisp/domainEngineer
Sourcefile:contribJIT Sourcefile type:cpp source sub-folder:src/contrib
Compiler:/usr/local/bin/clang++COMPILE_FLAG option:-v -g0 -fPIC
-fno-use-cxa-atexit -emit-llvm -I/usr/local/include -I/opt/BOOST/include
-std=c++14-D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
LLVM_CONFIG_COMPILE option:-I/usr/local/include -D_GNU_SOURCE
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
option:-emit-llvm sub-path:contrib lto:-flto=t...
2020 Aug 23
3
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...les\\LLVM\\lib\\clang\\10.0.0" "-in
ternal-isystem" "C:\\Program Files\\LLVM\\lib\\clang\\10.0.0\\include" "-fdebug-
compilation-dir" "C:\\Windows\\Temp" "-ferror-limit" "19" "-fmessage-length" "80
" "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility" "-fms-compatibili
ty-version=19.11" "-fdelayed-template-parsing" "-fobjc-runtime=gcc" "-fdiagnosti
cs-show-option" "-fcolor-diagnostics" "-faddrsig" "-o" &qu...
2018 Jun 14
3
runStaticConstructorsDestructors() causes crash on exit
...s(false);
exec_engine->runFunctionAsMain(function, argvec, NULL);
execution still works, but my program crashes when it exits, in
__run_exit_handlers(). I can't tell from gdb what exit handler is crashing,
but no calls are made to atexit() or on_exit(); all exit handlers are
installed via __cxa_atexit().
This may or may not be meaningful, but I am forced to compile with
-fno-use-cxa-atexit, otherwise clang complains that __dso_handle could not
be resolved.
Any guidance would be MUCH appreciated. I am at a loss... Also, if you know
of a better place to look for help than this mailing lis...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...>> ternal-isystem" "C:\\Program Files\\LLVM\\lib\\clang\\10.0.0\\include"
>> "-fdebug-
>> compilation-dir" "C:\\Windows\\Temp" "-ferror-limit" "19"
>> "-fmessage-length" "80
>> " "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility"
>> "-fms-compatibili
>> ty-version=19.11" "-fdelayed-template-parsing" "-fobjc-runtime=gcc"
>> "-fdiagnosti
>> cs-show-option" "-fcolor-diagnostics" &quo...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...;C:\\Program Files\\LLVM\\lib\\clang\\10.0.0\\include"
>> >> "-fdebug-
>> >> compilation-dir" "C:\\Windows\\Temp" "-ferror-limit" "19"
>> >> "-fmessage-length" "80
>> >> " "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility"
>> >> "-fms-compatibili
>> >> ty-version=19.11" "-fdelayed-template-parsing" "-fobjc-runtime=gcc"
>> >> "-fdiagnosti
>> >> cs-show-option"...
2018 Jun 19
2
runStaticConstructorsDestructors() causes crash on exit
...ionAsMain(function, argvec, NULL);
> >
> > execution still works, but my program crashes when it exits, in
> __run_exit_handlers(). I can't tell from gdb what exit handler is crashing,
> but no calls are made to atexit() or on_exit(); all exit handlers are
> installed via __cxa_atexit().
> >
> > This may or may not be meaningful, but I am forced to compile with
> -fno-use-cxa-atexit, otherwise clang complains that __dso_handle could not
> be resolved.
> >
> > Any guidance would be MUCH appreciated. I am at a loss... Also, if you
> know of...
2018 Jun 21
2
runStaticConstructorsDestructors() causes crash on exit
...function, argvec, NULL);
> > >
> > > execution still works, but my program crashes when it exits, in
> __run_exit_handlers(). I can't tell from gdb what exit handler is crashing,
> but no calls are made to atexit() or on_exit(); all exit handlers are
> installed via __cxa_atexit().
> > >
> > > This may or may not be meaningful, but I am forced to compile with
> -fno-use-cxa-atexit, otherwise clang complains that __dso_handle could not
> be resolved.
> > >
> > > Any guidance would be MUCH appreciated. I am at a loss... Also,...
2018 Jun 25
2
runStaticConstructorsDestructors() causes crash on exit
...argvec, NULL);
> > > >
> > > > execution still works, but my program crashes when it exits, in
> __run_exit_handlers(). I can't tell from gdb what exit handler is crashing,
> but no calls are made to atexit() or on_exit(); all exit handlers are
> installed via __cxa_atexit().
> > > >
> > > > This may or may not be meaningful, but I am forced to compile with
> -fno-use-cxa-atexit, otherwise clang complains that __dso_handle could not
> be resolved.
> > > >
> > > > Any guidance would be MUCH appreciated. I am...
2019 Jan 05
2
Undefined symbols with inline functions using the ORC JIT on Linux
...ion is to migrate
my code to the new lazy orc jit. Unfortunately, even the simplest example
does not work on Windows:
int main() { return 0; }
This is the output:
JITDylib "<main>" (ES: 0x000001b6e4ad3670):
Search order: [ ("<main>", all) ]
Symbol table:
"__cxa_atexit": <not resolved> ( Lazy (MU=0x1b6e4ae3110), [Data] )
"main": <not resolved> ( Lazy (MU=0x1b6e4ae7f10), [Callable] )
"__dso_handle": <not resolved> ( Lazy (MU=0x1b6e4ae3110), [Data] )
I run with these arguments, and I checked and -fno-use-cx...
2013 Jan 26
1
[LLVMdev] MCJIT/interpreter and iostream
As of LLVM 3.2, is it possible to use iostream with the MCJIT or interpreter execution engines? I'm getting some errors...
Each of these commands correctly prints "hello":
echo -e '#include <stdio.h>\nint main(){ printf("hello"); }' | clang -cc1 -emit-llvm-bc -x c++ | lli -use-mcjit
echo -e '#include <iostream>\nint main(){ std::cout <<
2020 Nov 11
0
[cfe-dev] Running LLVMHello Pass from Clang(-cl)
...em "C:\\Program Files
> (x86)\\WindowsKits\\10\\include\\10.0.18362.0\\winrt<file://WindowsKits/10/include/10.0.18362.0/winrt>"
> -fdeprecated-macro -fdebug-compilation-dir "D:\\Program Files\\LLVM_orc_removal\\bin"
> -ferror-limit 19 -fmessage-length=120 -fno-use-cxa-atexit
> -fms-extensions -fms-compatibility
> -fms-compatibility-version=19.27.29111 -std=c++14
> -fdelayed-template-parsing -fcolor-diagnostics -load LLVMHello.dll
> -faddrsig -o "C:\\Users\\h16020\\AppData\\Local\\Temp\\Test-f1a523.obj"
> -x c++ Test.cpp
>
> clang-c...
2019 Jan 04
2
Undefined symbols with inline functions using the ORC JIT on Linux
Hi,
I am developing an application that uses the ORC api to JIT compile C++
code using Clang. So far I have done most of the work on Windows, where it
now mostly works as expected. However, when I tried to run my application
on Linux I ran into some problems.
The problem I ran into is that symbols for jitted inline functions cannot
be resolved. Both LLVM and Clang are checked out with latest
2012 Jun 18
1
[LLVMdev] MinGW 4.7.0-compiled Clang Mis-compiles Simple Programs
..."C:/Users/jholewinski/projects/llvm/build/clang-x86-mingw32/bin\\..\\lib\\clang\\3.2"
-fmodule-cache-path
"C:\\Users\\JHOLEW~1\\AppData\\Local\\Temp\\clang-module-cache" -O0
-fdeprecated-macro -fno-dwarf-directory-asm -ferror-limit 19
-fmessage-length 129 -mstackrealign -fno-use-cxa-atexit -fgnu-runtime
-fobjc-runtime-has-arc -fobjc-runtime-has-weak
-fobjc-fragile-abi -fcxx-exceptions -fexceptions -fdiagnostics-show-option
-fcolor-diagnostics -o C:/Users/JHOLEW~1/AppData/Local/Temp/test1-017384.s
-x c++ "..\\clang-x86-self\\test1.cpp"
clang -cc1 version 3.2 based upo...
2015 Oct 14
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
Hi John,
That worked for me. I am using llvm 3.2 only and following
http://safecode.cs.illinois.edu/docs/Install.html
So for I am able to make inside llvm/projects/poolalloc by doing such
cosmetic changes.
Now, when I tried to make inside llvm/projects/safecode, I see another
error.
kpawar at KPAWAR-LT ~/SAFECode/LLVM_SRC/llvm/projects/safecode
$ /usr/bin/clang -cc1 -triple