[PATCH] D44426: Fix llvm + clang build with Intel compiler

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 13 07:08:49 PDT 2018


yvvan created this revision.
yvvan added reviewers: bkramer, klimek.
Herald added subscribers: JDevlieghere, nhaehnle, arsenm.
Herald added a reviewer: deadalnix.

I've tested it on Windows with 64-bit icl

These are mostly workarounds for https://software.intel.com/en-us/comment/1919743 , https://software.intel.com/en-us/forums/intel-c-compiler/topic/749369 and few more enum-related issues


https://reviews.llvm.org/D44426

Files:
  include/llvm-c/Target.h
  include/llvm/ADT/BitmaskEnum.h
  include/llvm/Analysis/AliasAnalysis.h
  lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  lib/Target/AMDGPU/SIISelLowering.cpp
  tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  tools/llvm-nm/llvm-nm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44426.138177.patch
Type: text/x-patch
Size: 6831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180313/2517f42c/attachment.bin>


More information about the cfe-commits mailing list