Displaying 7 results from an estimated 7 matches for "mincrement".
Did you mean:
increment
2020 Aug 23
3
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...er for clang version 10.0.0
# Driver args: "-c" "-m64" "crash.c"
# Original command: "C:\\Program Files\\LLVM\\bin\\clang.exe" "-cc1" "-triple"
"x86_64-pc-windows-msvc19.11.0" "-emit-obj" "-mrelax-all" "-mincremental-linker-
compatible" "-disable-free" "-disable-llvm-verifier" "-discard-value-names" "-ma
in-file-name" "crash.c" "-mrelocation-model" "pic" "-pic-level" "2" "-mthread-mo
del" "posix"...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...args: "-c" "-m64" "crash.c"
>> # Original command: "C:\\Program Files\\LLVM\\bin\\clang.exe" "-cc1"
>> "-triple"
>> "x86_64-pc-windows-msvc19.11.0" "-emit-obj" "-mrelax-all"
>> "-mincremental-linker-
>> compatible" "-disable-free" "-disable-llvm-verifier"
>> "-discard-value-names" "-ma
>> in-file-name" "crash.c" "-mrelocation-model" "pic" "-pic-level" "2"
>> "-mt...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...t; "crash.c"
>> >> # Original command: "C:\\Program Files\\LLVM\\bin\\clang.exe" "-cc1"
>> >> "-triple"
>> >> "x86_64-pc-windows-msvc19.11.0" "-emit-obj" "-mrelax-all"
>> >> "-mincremental-linker-
>> >> compatible" "-disable-free" "-disable-llvm-verifier"
>> >> "-discard-value-names" "-ma
>> >> in-file-name" "crash.c" "-mrelocation-model" "pic" "-pic-level" "...
2020 May 05
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
...ding to the
> compilerInvocation might also be important here so, just in case: here is
> the list of args I'm using currently:
>
> { "-triple=x86_64-pc-windows-msvc19.16.27030",
> "-x", "c++",
> "-mrelax-all",
> "-mincremental-linker-compatible",
> "-disable-free",
> "-discard-value-names",
> "-mrelocation-model", "pic",
> "-pic-level", "2",
> "-mthread-model", "posix",
> "-mframe-pointer=...
2020 May 06
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
...e important here so, just in case: here is
>>> the list of args I'm using currently:
>>>
>>> { "-triple=x86_64-pc-windows-msvc19.16.27030",
>>> "-x", "c++",
>>> "-mrelax-all",
>>> "-mincremental-linker-compatible",
>>> "-disable-free",
>>> "-discard-value-names",
>>> "-mrelocation-model", "pic",
>>> "-pic-level", "2",
>>> "-mthread-model", "posi...
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
2020 Nov 11
0
[cfe-dev] Running LLVMHello Pass from Clang(-cl)
...on 12.0.0
>
> Target: x86_64-pc-windows-msvc
>
> Thread model: posix
>
> InstalledDir: D:\Program Files\LLVM_orc_removal\bin
>
> "D:\\Program Files\\LLVM_orc_removal\\bin\\clang-cl.exe" -cc1 -triple
> x86_64-pc-windows-msvc19.27.29111 -emit-obj -mrelax-all
> -mincremental-linker-compatible --mrelax-relocations -disable-free
> -main-file-name Test.cpp -mrelocation-model pic -pic-level 2
> -mframe-pointer=none -relaxed-aliasing -fmath-errno -fno-rounding-math
> -mconstructor-aliases -munwind-tables -target-cpu x86-64 -mllvm
> -x86-asm-syntax=intel -tune-...