summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/libomp.rc.var
diff options
context:
space:
mode:
authorAndrey Churbanov <Andrey.Churbanov@intel.com>2018-12-10 13:45:00 +0000
committerAndrey Churbanov <Andrey.Churbanov@intel.com>2018-12-10 13:45:00 +0000
commitf700e9ed8cc4d3246068bec76df8b0225863573f (patch)
treedc5d3e9520188dd9e6ec9c71636bfe363747b7e1 /openmp/runtime/src/libomp.rc.var
parentb23ccecbb0a99fc4d0bd605f5b42697d895f07b8 (diff)
downloadbcm5719-llvm-f700e9ed8cc4d3246068bec76df8b0225863573f.tar.gz
bcm5719-llvm-f700e9ed8cc4d3246068bec76df8b0225863573f.zip
Support clang compiling under windows-gnu and windows-msvc
Patch by Peiyuan Song <squallatf@gmail.com> Differential Revision: https://reviews.llvm.org/D53422 llvm-svn: 348756
Diffstat (limited to 'openmp/runtime/src/libomp.rc.var')
-rw-r--r--openmp/runtime/src/libomp.rc.var2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/libomp.rc.var b/openmp/runtime/src/libomp.rc.var
index cf6a9c9efa2..32449e2b8d6 100644
--- a/openmp/runtime/src/libomp.rc.var
+++ b/openmp/runtime/src/libomp.rc.var
@@ -11,7 +11,7 @@
////===----------------------------------------------------------------------===//
//
-#include "winres.h"
+#include "winresrc.h"
#include "kmp_config.h"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // English (U.S.) resources
OpenPOWER on IntegriCloud