[PATCH] D39710: Simplify unlinkAsync

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 13:33:26 PST 2017


Looking

Mateusz MikuĊ‚a via Phabricator <reviews at reviews.llvm.org> writes:

> mati865 added inline comments.
>
>
> ================
> Comment at: ELF/Filesystem.cpp:17
>  #include "lld/Common/Threads.h"
> +#include "llvm/Config/config.h"
>  #include "llvm/Support/FileOutputBuffer.h"
> ----------------
> It broke lld stand-alone builds:
> ```
> ../ELF/Filesystem.cpp:17:32: fatal error: llvm/Config/config.h: No such file or directory
>  #include "llvm/Config/config.h"
>                                 ^
> compilation terminated.
> ```
>
>
> https://reviews.llvm.org/D39710


More information about the llvm-commits mailing list