We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
ds5' armclang does not support -fprofile-instr-generate -fcoverage-mapping parameters?
LLVM’s code coverage mapping format is used to provide code coverage analysis using LLVM’s and Clang’s instrumenation based profiling (Clang’s -fprofile-instr-generate option).
-fprofile-instr-generate
Official doc says "armclang provides many command-line options, including most Clang command-line options as well as a number of ARM-specific options". But it seems that -fprofile-instr-generate and -fcoverage-mapping are not supported.