Re: LDC 1.35.0

2023-10-17 Thread kinke via Digitalmars-d-announce

On Monday, 16 October 2023 at 20:54:05 UTC, Sergey wrote:
Does the build from GitHub now use LLVM's SPIR-V? It is not 
stated in release changes


Yes, we've switched to the experimental LLVM target with our 
LDC-LLVM 16, in LDC v1.34 already.


Re: LDC 1.35.0

2023-10-17 Thread Imperatorn via Digitalmars-d-announce

On Tuesday, 17 October 2023 at 09:59:09 UTC, kinke wrote:

On Monday, 16 October 2023 at 20:54:05 UTC, Sergey wrote:
Does the build from GitHub now use LLVM's SPIR-V? It is not 
stated in release changes


Yes, we've switched to the experimental LLVM target with our 
LDC-LLVM 16, in LDC v1.34 already.


Get this now when cross-compiling from Linux to Windows

_d_newitemT:

```
lld-link: error: undefined symbol: _d_newitemT

  [...]

```

Any input?


Re: LDC 1.35.0

2023-10-17 Thread Imperatorn via Digitalmars-d-announce

On Tuesday, 17 October 2023 at 16:29:34 UTC, Imperatorn wrote:




```
lld-link: error: undefined symbol: _d_newitemT
referenced by 
/home/johan/dlang/ldc-1.34.0/bin/../import/std/array.d:3509
  
/home/johan/.dub/cache/related_optimized/~master/build/application-debug-gT8M_Ht4c9Ev0KJExAFkrA/related_optimized.obj:(_D3std5array__T8AppenderTAyaZQo6__ctorMFNaNbNcNeQxZSQByQBx__TQBuTQBoZQCc)
referenced by 
/home/johan/dlang/ldc-1.34.0/bin/../import/std/array.d:3584
  
/home/johan/.dub/cache/related_optimized/~master/build/application-debug-gT8M_Ht4c9Ev0KJExAFkrA/related_optimized.obj:(_D3std5array__T8AppenderTAyaZQo13ensureAddableMFNaNbNfmZv)

```

Related to this?

https://github.com/dlang/dmd/commit/159a8801a08eb14dd5c8ff2c88e1221975af7898


Re: LDC 1.35.0

2023-10-17 Thread Imperatorn via Digitalmars-d-announce

On Tuesday, 17 October 2023 at 16:32:30 UTC, Imperatorn wrote:

On Tuesday, 17 October 2023 at 16:29:34 UTC, Imperatorn wrote:




```
lld-link: error: undefined symbol: _d_newitemT

[...]

```

Related to this?

https://github.com/dlang/dmd/commit/159a8801a08eb14dd5c8ff2c88e1221975af7898


A lot of typos today, this happens in 1.35 (also)


Re: LDC 1.35.0

2023-10-17 Thread kinke via Digitalmars-d-announce

On Tuesday, 17 October 2023 at 16:29:34 UTC, Imperatorn wrote:

```
lld-link: error: undefined symbol: _d_newitemT

  [...]

```


Sounds like you're using an older host compiler with newer target 
libs. That doesn't work, the host compiler needs to be upgraded 
too. [This is mentioned in 
https://wiki.dlang.org/Cross-compiling_with_LDC#Default_libraries.]


Re: LDC 1.35.0

2023-10-17 Thread Imperatorn via Digitalmars-d-announce

On Tuesday, 17 October 2023 at 17:58:43 UTC, kinke wrote:

On Tuesday, 17 October 2023 at 16:29:34 UTC, Imperatorn wrote:

```
lld-link: error: undefined symbol: _d_newitemT

  [...]

```


Sounds like you're using an older host compiler with newer 
target libs. That doesn't work, the host compiler needs to be 
upgraded too. [This is mentioned in 
https://wiki.dlang.org/Cross-compiling_with_LDC#Default_libraries.]


Ok, thanks, I'll double check


Re: DConf '23 Day One Talk Videos

2023-10-17 Thread sighoya via Digitalmars-d-announce

On Monday, 16 October 2023 at 16:55:02 UTC, Mike Parker wrote:
I've just pushed out Vijay's talk, the last from Day 1, to the 
DConf '23 playlist:


https://youtube.com/playlist?list=PLIldXzSkPUXWH97DYBENhAqLk4DUqKUmf&si=any30KpW1hAki1IF

Walter's talk will be up in a few days. I'll announce here 
again when all the Day 2 talks are up.


Enjoy!


Nice work.


Re: DConf '23 Day One Talk Videos

2023-10-17 Thread Mike Shah via Digitalmars-d-announce

On Monday, 16 October 2023 at 16:55:02 UTC, Mike Parker wrote:
I've just pushed out Vijay's talk, the last from Day 1, to the 
DConf '23 playlist:


https://youtube.com/playlist?list=PLIldXzSkPUXWH97DYBENhAqLk4DUqKUmf&si=any30KpW1hAki1IF

Walter's talk will be up in a few days. I'll announce here 
again when all the Day 2 talks are up.


Enjoy!


Nice work Mike!