[cfe-dev] unknown target CPU 'pentium-m'

Mostyn Bramley-Moore via cfe-dev cfe-dev at lists.llvm.org
Fri Nov 23 05:48:33 PST 2018


On Fri, Nov 23, 2018 at 2:05 PM George via cfe-dev <cfe-dev at lists.llvm.org>
wrote:

> > You can try adding -v to your clang++ command line to
> > see which include directories are being used.
>
> I am afraid this is not so simple because it is not
> "my" command line in the sense that I didn't write the
> scripts which call clang. Those scripts come with
> chromium source and trying to find out all the
> occurrences of clang++ in them seems an impossible task
> for a non-developer like me.
>
> What else can I do?


You can copy a sample failed compile command from your terminal, cd into
the build directory (looks like "out/Release/gn_build/" in your log) and
copy+paste the command and run it with -v appended.

-Mostyn.
-- 
Mostyn Bramley-Moore
Vewd Software
mostynb at vewd.com <mostynb at opera.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20181123/c3de0fec/attachment.html>


More information about the cfe-dev mailing list