Currently, the ABI list test only works for ABI version 1. This commit
allows running the ABI list test with ABI version 2. It also adds an
ABI list file for ABI v2 on Mac OS X.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 20489 Build 20489: arc lint + arc unit
Event Timeline
Comment Actions
This went out to llvm-commits. You may wanna re-upload with cfe-commits added instead.
Comment Actions
Ah! That uncovers a deeper problem -- the instructions when setting up the monorepo with Arcanist say to copy .arcconfig from llvm/. This is wrong, as I guess it depends what component you will be submitting to.
Comment Actions
LGTM. Though it might be worth noting that we don't really have an "ABI v2" yet; we're just staging it ATM.