Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Bindings/Python/mlir/_dlloader.py | ||
---|---|---|
14 | Isn't the .dll under lib? |
mlir/lib/Bindings/Python/mlir/_dlloader.py | ||
---|---|---|
14 | No, on windows, dlls go under the runtime directory (bin/). Static libraries only go under lib/. I think it is because on that platform the exe and dll search path is shared. There are special cases for this everywhere. |
Isn't the .dll under lib?