Error when compiling with "load" configuration on Windows
GabyForceQ opened this issue · 3 comments
GabyForceQ commented
C:\Users\knopp\AppData\Local\dub\packages\llvm-d-2.4.0\llvm-d\source\llvm\functions\load.d-mixin-126(126,20): Error: variable llvm.functions.load.core
conflicts with import llvm.functions.load.core at C:\Users\knopp\AppData\Local\dub\packages\llvm-d-2.4.0\llvm-d\source\llvm\functions\load.d(33,12)
C:\Users\knopp\AppData\Local\dub\packages\llvm-d-2.4.0\llvm-d\source\llvm\functions\load.d-mixin-126(126,12): Error: package core has no type.
GabyForceQ commented
I use DMD 2.082.1
MoritzMaxeiner commented
Could you please provide steps to reproduce (e.g. what command did you execute to get this error)?
MoritzMaxeiner commented
This should be fixed by 79ff8f9, if not, please reopen with more information.