[llvm] a05f1e5 - Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PDB module

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 15:55:37 PDT 2020


Why was this excluded?

On Mon, Jun 1, 2020 at 1:02 PM Daniel Grumberg via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
>
> Author: Daniel Grumberg
> Date: 2020-06-01T21:01:05+01:00
> New Revision: a05f1e5ae4e0d0fc789a4caeff108fe4a50dc652
>
> URL: https://github.com/llvm/llvm-project/commit/a05f1e5ae4e0d0fc789a4caeff108fe4a50dc652
> DIFF: https://github.com/llvm/llvm-project/commit/a05f1e5ae4e0d0fc789a4caeff108fe4a50dc652.diff
>
> LOG: Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PDB module
>
> Differential Revision: https://reviews.llvm.org/D80808
>
> Added:
>
>
> Modified:
>     llvm/include/llvm/module.modulemap
>
> Removed:
>
>
>
> ################################################################################
> diff  --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
> index 93c30d6d102e..a36b68491683 100644
> --- a/llvm/include/llvm/module.modulemap
> +++ b/llvm/include/llvm/module.modulemap
> @@ -119,6 +119,7 @@ module LLVM_DebugInfo_PDB {
>    exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
>    exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h"
>    exclude header "DebugInfo/PDB/DIA/DIAEnumTables.h"
> +  exclude header "DebugInfo/PDB/DIA/DIAError.h"
>    exclude header "DebugInfo/PDB/DIA/DIAFrameData.h"
>    exclude header "DebugInfo/PDB/DIA/DIAInjectedSource.h"
>    exclude header "DebugInfo/PDB/DIA/DIALineNumber.h"
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list