llvm-project/openmp/runtime/cmake
Hans Wennborg 8065c51875 Fix the Windows build after r273599
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
2016-06-27 18:03:45 +00:00
..
LibompCheckFortranFlag.cmake Re-indent the CMake refactor to two-space indention 2015-07-15 16:57:19 +00:00
LibompCheckLinkerFlag.cmake [CMake] Fix libomp_check_linker_flag function 2015-07-23 14:41:35 +00:00
LibompDefinitions.cmake Fix the Windows build after r273599 2016-06-27 18:03:45 +00:00
LibompExports.cmake Renaming change: 41 -> 45 and 4.1 -> 4.5 2016-06-14 17:57:47 +00:00
LibompGetArchitecture.cmake Re-indent the CMake refactor to two-space indention 2015-07-15 16:57:19 +00:00
LibompHandleFlags.cmake Renaming change: 41 -> 45 and 4.1 -> 4.5 2016-06-14 17:57:47 +00:00
LibompMicroTests.cmake Bypass Perl modules in build system 2016-01-26 19:44:31 +00:00
LibompUtils.cmake Re-indent the CMake refactor to two-space indention 2015-07-15 16:57:19 +00:00
config-ix.cmake Teach OpenMP Library to use Hwloc on Windows 2016-06-16 20:23:11 +00:00