Re: lang/ldc fails to compile multiple source files

2023-12-21 Thread Brian Callahan
On 12/20/2023 11:15 PM, Jeremy Baxter wrote: > Hi list, > > Supplying multiple sources at ldc's command line with ldc 1.35.0 > on -current amd64 fails with a SIGABRT and this message: > > module flag identifiers must be unique (or of 'require' type) > !"cf-protection-branch" > LLVM ER

lang/ldc fails to compile multiple source files

2023-12-20 Thread Jeremy Baxter
Hi list, Supplying multiple sources at ldc's command line with ldc 1.35.0 on -current amd64 fails with a SIGABRT and this message: module flag identifiers must be unique (or of 'require' type) !"cf-protection-branch" LLVM ERROR: Broken module found, compilation aborted! I can reprodu