HI!
How the generated LLVM IR with clang?
Want to learn By IR files how to use the external Library type ?
My code:
#include
#include
int main(int argc, char* argv)
{
std::wstring strOut = L"error msg!";
std::wcout << strOut << std::endl;
return 0;
}