[PATCH] D32689: DEF: migrate def parser from LLD to LLVM

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 06:36:41 PDT 2017


Martell Malone via Phabricator via llvm-commits
<llvm-commits at lists.llvm.org> writes:

> martell created this revision.
> Herald added a subscriber: mgorny.
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D32689
>
> Files:
>   include/llvm/Object/COFFImportFile.h
>   include/llvm/Support/DEFParser.h
>   lib/Object/CMakeLists.txt
>   lib/Object/COFFImportFile.cpp
>   lib/Support/CMakeLists.txt
>   lib/Support/DEFParser.cpp

Why do you need this in support? It could be in Object, no?

Cheers,
Rafael


More information about the llvm-commits mailing list