[PATCH] Windows: Add support for unicode command lines

Yunzhong Gao Yunzhong_Gao at playstation.sony.com
Sun Oct 6 11:39:35 PDT 2013


  In lib/Support/Windows/Signals.inc,
  + HMODULE hLib = ::LoadLibrary(TEXT("Dbghelp.dll"));

  Will LoadLibrary accept unicode file names, or do you have to use LoadLibraryW instead?

http://llvm-reviews.chandlerc.com/D1834

BRANCH
  winpath

ARCANIST PROJECT
  llvm



More information about the llvm-commits mailing list