-
- Downloads
Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions()
UNICODE and _UNICODE defintions were added in the LLVM CMake build system. While on Unices, the UNICODE/_UNICODE macros don't cause problems, on Windows only ittnotify_static.c should be compiled using -DUNICODE. We are still looking at a proper fix, but this change sets the build back to exactly what it was doing before. Also, a comment and TODO were added in the src/CMakeLists.txt file to help explain. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@274052 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- runtime/cmake/LibompDefinitions.cmake 0 additions, 2 deletionsruntime/cmake/LibompDefinitions.cmake
- runtime/src/CMakeLists.txt 6 additions, 1 deletionruntime/src/CMakeLists.txt
- runtime/src/thirdparty/ittnotify/ittnotify_static.c 0 additions, 5 deletionsruntime/src/thirdparty/ittnotify/ittnotify_static.c
Loading
Please register or sign in to comment