[cfe-dev] VS2015 Update 3 type_traits Header Issues
Hans Wennborg via cfe-dev
cfe-dev at lists.llvm.org
Thu Jun 30 08:42:18 PDT 2016
On Wed, Jun 29, 2016 at 5:46 PM, Daniel Dilts <diltsman at gmail.com> wrote:
> I am now building my tool against trunk. I am seeing the following errors,
> which I had a long time ago and I seem to remember that the tool had to know
> about where the Clang build copied certain files. Is there some other
> project that needs to be built to make this work? I have already set
> clang-headers as a dependency.
>
> CUSTOMBUILD : warning : unknown argument ignored in clang-cl:
> '-resource-dir=D:\Some\Directory\lib\clang\3.9.0'
This looks like the problem. I don't know where this flag is coming
from, but does it work better if you remove the '='?
More information about the cfe-dev
mailing list