diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-02-13 21:06:45 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-02-13 21:06:45 +0000 |
| commit | 254ee9f335a2fe8fb88fe5493ad9928b1c09cfbb (patch) | |
| tree | 70b6e856a027da68147a0c6804a5725d5a68dbce | |
| parent | 7b408025fd77dc4a1369d178536bd44d7e15fb05 (diff) | |
| download | bcm5719-llvm-254ee9f335a2fe8fb88fe5493ad9928b1c09cfbb.tar.gz bcm5719-llvm-254ee9f335a2fe8fb88fe5493ad9928b1c09cfbb.zip | |
[modules] Mark include/llvm/Support/Dwarf.def as being a textually-included header.
llvm-svn: 229154
| -rw-r--r-- | llvm/include/llvm/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 758c7ce6c23..d0053584357 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -147,6 +147,7 @@ module LLVM_Utils { exclude header "Support/TargetRegistry.h" // These are intended for textual inclusion. + textual header "Support/Dwarf.def" textual header "Support/ELFRelocs/AArch64.def" textual header "Support/ELFRelocs/ARM.def" textual header "Support/ELFRelocs/Hexagon.def" |

