mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +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