Limit clang/test/Frontend/gnu-mcount.c to ARM and AArch64 only.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/Frontend/gnu-mcount.c | ||
---|---|---|
1 ↗ | (On Diff #75344) | If you have ARM but not AArch64, this test will also fail. Can you use AND on REQUIRES? |
Comment Actions
I haven't tested with ARM and not AArch64 or vice-versa. I'm assuming you have. If so, LGTM. Thanks.