mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 03:26:06 +08:00
IRExecutionUnit.h includes Module.h, which through a long chain of includes eventually includes Attributes.gen. This fixes a build issue reported to lldb-dev by Hal. Thanks Hal! llvm-svn: 282803