[PATCH] D144651: [Serialization] Place command line defines in the correct file
John Brawn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 23 14:06:53 PDT 2023
john.brawn added a comment.
Unfortunately I still can't reproduce this even using exactly the same cmake command as you gave. Looking at above cmake log some possible causes of difference are:
- I'm doing this on an M1 <https://reviews.llvm.org/M1> macbook with host triple arm64-apple-darwin21.6.0 but the host triple on that bot is x86_64-apple-darwin20.6.0
- I'm using python 3.9, bot is using python 3.10
- I'm doing a build from clean whereas the bot is doing an incremental build
Also if I try to run the simpler reproducer you give then I get the error
error: expression failed to parse:
error: Header search couldn't locate module Cocoa
I'm now on holiday, I won't be able to get back to this until 2023-04-03.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144651/new/
https://reviews.llvm.org/D144651
More information about the cfe-commits
mailing list