Go to file
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
clang Resubmission of http://reviews.llvm.org/D21564 after fixes. 2016-06-27 14:55:37 +00:00
clang-tools-extra [clang-tidy] Warning enum unused using declarations. 2016-06-27 14:47:39 +00:00
compiler-rt [tsan] Add HB edges for GCD barrier blocks 2016-06-27 16:49:23 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Fix bad link for P0006 2016-06-27 11:14:34 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld Define -v and -V as aliases to --version. 2016-06-27 07:35:00 +00:00
lldb Improve watchpoint error reporting specially for arm/aarch64 targets 2016-06-27 12:35:41 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [InstCombine] use m_APInt for div --> ashr fold 2016-06-27 17:25:57 +00:00
openmp Fix the Windows build after r273599 2016-06-27 18:03:45 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly [GSoC 2016] New function pass DependenceInfoWrapperPass 2016-06-27 14:47:38 +00:00