Re: LDC 1.23.0

2020-08-19 Thread Basile B. via Digitalmars-d-announce
On Wednesday, 19 August 2020 at 23:47:34 UTC, kinke wrote: On Wednesday, 19 August 2020 at 23:30:30 UTC, Basile B. wrote: gdwarf really ? this is possible ? Not that this is not a great news but you told me once this was not quite possible (https://forum.dlang.org/post/ttblgcwiwmdhyukzp...@foru

Re: LDC 1.23.0

2020-08-19 Thread kinke via Digitalmars-d-announce
On Wednesday, 19 August 2020 at 23:30:30 UTC, Basile B. wrote: gdwarf really ? this is possible ? Not that this is not a great news but you told me once this was not quite possible (https://forum.dlang.org/post/ttblgcwiwmdhyukzp...@forum.dlang.org). I said that LDC/LLVM generate CodeView, but

Re: LDC 1.23.0

2020-08-19 Thread Basile B. via Digitalmars-d-announce
On Wednesday, 19 August 2020 at 17:45:46 UTC, kinke wrote: Glad to announce LDC 1.23 - some highlights: - Based on D 2.093.1+. - LLVM for prebuilt packages bumped to v10.0.1; min version raised to 6.0. - Cross-compiling to the iOS/x86_64 simulator now works out-of-the-box with the prebuilt Mac

Re: LDC 1.23.0

2020-08-19 Thread H. S. Teoh via Digitalmars-d-announce
On Wed, Aug 19, 2020 at 05:45:46PM +, kinke via Digitalmars-d-announce wrote: > Glad to announce LDC 1.23 - some highlights: > > - Based on D 2.093.1+. > - LLVM for prebuilt packages bumped to v10.0.1; min version raised to > 6.0. > - Cross-compiling to the iOS/x86_64 simulator now works ou

Re: LDC 1.23.0

2020-08-19 Thread zoujiaqing via Digitalmars-d-announce
On Wednesday, 19 August 2020 at 17:45:46 UTC, kinke wrote: Glad to announce LDC 1.23 - some highlights: - Based on D 2.093.1+. - LLVM for prebuilt packages bumped to v10.0.1; min version raised to 6.0. - Cross-compiling to the iOS/x86_64 simulator now works out-of-the-box with the prebuilt Mac

LDC 1.23.0

2020-08-19 Thread kinke via Digitalmars-d-announce
Glad to announce LDC 1.23 - some highlights: - Based on D 2.093.1+. - LLVM for prebuilt packages bumped to v10.0.1; min version raised to 6.0. - Cross-compiling to the iOS/x86_64 simulator now works out-of-the-box with the prebuilt Mac package. - Windows: New -gdwarf command-line option for deb

Re: LDC 1.23.0-beta1

2020-07-18 Thread zoujiaqing via Digitalmars-d-announce
On Wednesday, 15 July 2020 at 20:35:38 UTC, kinke wrote: Glad to announce the first beta for LDC 1.23 - some highlights: - Based on D 2.093.0+. - Min required LLVM version raised to 6.0. - Cross-compiling to the iOS/x86_64 simulator now works out-of-the-box with the prebuilt Mac package. - Fix

Re: LDC 1.23.0-beta1

2020-07-17 Thread Kagamin via Digitalmars-d-announce
Just found an old bug. Atomics modify immutable data: --- import ldc.intrinsics; void f(immutable int* a) { llvm_atomic_rmw_add(a,1); } ---

LDC 1.23.0-beta1

2020-07-15 Thread kinke via Digitalmars-d-announce
Glad to announce the first beta for LDC 1.23 - some highlights: - Based on D 2.093.0+. - Min required LLVM version raised to 6.0. - Cross-compiling to the iOS/x86_64 simulator now works out-of-the-box with the prebuilt Mac package. - Fix linker errors for -betterC wrt. cleanups (structs with dt