This resolves PR17391.
GCC's sources were used as a guide (couldn't find much information in ARM documentation).
Paths
| Differential D6339
[ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructions ClosedPublic Authored by sdmitrouk on Nov 20 2014, 7:12 AM.
Details Summary This resolves PR17391. GCC's sources were used as a guide (couldn't find much information in ARM documentation).
Diff Detail Event Timeline
This revision is now accepted and ready to land.Nov 24 2014, 7:54 AM
Revision Contents
Diff 16559 lib/Basic/Targets.cpp
test/Preprocessor/arm-target-features.c
|
You also need to add tests checking for negative cases (.e.g on M-only cpu, etc.)