Skip to content
  • Hans Wennborg's avatar
    Fix the Windows build after r273599 · 8065c518
    Hans Wennborg authored
    That patch made all LLVM projects build with -DUNICODE. However, this doesn't
    work for the OpenMP runtime.
    
    But just overriding the flag with -UUNICODE breaks compiling ittnotify_static.c,
    which for some reason needs to be compiled with -DUNICIODE. Note that compiling
    ittnotify.h with -DUNICODE does not work though.
    
    This seems like a mess. This commit fixes it for now, but it would be great
    if someone who works on the OpenMP runtime could fix it properly.
    
    llvm-svn: 273898
    8065c518
Loading