Displaying 3 results from an estimated 3 matches for "fexternc".
Did you mean:
externc
2020 May 05
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
..."-munwind-tables",
> "-target-cpu", "x86-64",
> "-mllvm",
> "-x86-asm-syntax=intel",
> "-stack-protector","2",
> "-fcxx-exceptions",
> "-fexceptions",
> "-fexternc-nounwind",
> "-fms-volatile",
> "-fdiagnostics-format", "msvc",
> "-dwarf-column-info",
> "-Wall",
> "-std=c++17",
> "-fdeprecated-macro",
> "-ferror-limit","19...
2020 May 06
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
...rget-cpu", "x86-64",
>>> "-mllvm",
>>> "-x86-asm-syntax=intel",
>>> "-stack-protector","2",
>>> "-fcxx-exceptions",
>>> "-fexceptions",
>>> "-fexternc-nounwind",
>>> "-fms-volatile",
>>> "-fdiagnostics-format", "msvc",
>>> "-dwarf-column-info",
>>> "-Wall",
>>> "-std=c++17",
>>> "-fdeprecated-macro&qu...
2020 Apr 27
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
I was just reading the blog post -- very cool!
Regarding Globals construction & destruction: There definitely has been a
lot of churn in that area. There will probably be more before LLVM 11 is
released, but I can see light at the end of the tunnel. I think the Right
Way to run initializers in a JITDylib is to treat it as equivalent to a
dlopen operation (with extra allowances for the fact