Ask clang command to link llvm libraries from windows 10

Hi all,

I have a c++ code which is developed and tested in Linux. What it does is, call llvm libraries and emit llvm IR with a simple main function.

Now I want to run it in a windows machine. I do not know how to link llvm in clang command. Your inputs are really helpful.

Thank you in advance,
Kavindu