[PATCH] D39710: Simplify unlinkAsync
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 17 13:41:29 PST 2017
Should be fixed in r318558.
Cheers,
Rafael
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