Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 17050 Build 17050: arc lint + arc unit
Event Timeline
Comment Actions
Probably the easiest way to test this is to check that clang -fsanitize=shadow-call-stack does not complain about needing -ffixed-x18, so that is what I've done.
Comment Actions
This test is great, but I'd like to also see some more direct test, maybe something in tools/clang/test/Driver/aarch64-fixed-x18.c?
LGTM for the code, but I still want to hear LGTM from srhines@
Comment Actions
That won't test what we want here because the platform defaults are not applied via target features. I added a case for Android to one of the code generation tests.