v.g.vassilev added a comment.
Is this change still relevant?
Repository:
rL LLVM
https://reviews.llvm.org/D35559
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
dblaikie added a comment.
I know Richard Smith has a modules buildbot - so I'm curious: How is it working
without these changes? Are these changes an effort to broaden the coverage of
modular self hosting builds (what's the current coverage? (only LLVM proper)
what's the new coverage? (all LLVM
chapuni created this revision.
Herald added a subscriber: mgorny.
I can commit changes partially.
- Add -fmodules-ignore-macro (llvm-config, libclang)
Their -DMACROs don't change headers' behavior. Just let them ignored.
- Unittests
They use -frtti. I thought they may be built w/o modules. Any