[all-commits] [llvm/llvm-project] a5e1c7: Unbreak module builds by making InstructionWorklis...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Sep 22 03:17:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5e1c746b870d79142419a07a8aecc471eacfed1
https://github.com/llvm/llvm-project/commit/a5e1c746b870d79142419a07a8aecc471eacfed1
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M llvm/include/llvm/module.modulemap
Log Message:
-----------
Unbreak module builds by making InstructionWorklist.h non-modular
This regressed in D110181 and apparently the header intentionally requires
DEBUG_TYPE to be defined by the including file. Just exclude the header from
the module to unbreak the build.
More information about the All-commits
mailing list