google / fplutil

fplutil is a set of small libraries and tools that can be useful when developing applications for Android and other platforms.
http://google.github.io/fplutil
Apache License 2.0
333 stars 49 forks source link

-mapcs-frame option not working with clang #10

Open arpit07531 opened 7 years ago

arpit07531 commented 7 years ago

I am not able to build my project with compiler flag - mapcs_frame for android_ndk_perf profiler. Clang++ compiler doesn't support this option. Is there any equivalent option for clang?

I am using the clang compiler shipped with NDK version 12.2.0.

stewartmiles commented 7 years ago

mapcs_frame is only available in gcc I'm afraid. See https://bugs.llvm.org//show_bug.cgi?id=18505 for the bug tracking the feature in clang.

On Fri, Mar 24, 2017 at 3:25 AM, arpit07531 notifications@github.com wrote:

I am not able to build my project with compiler flag - mapcs_frame for android_ndk_perf profiler. Clang++ compiler doesn't support this option. Is there any equivalent option for clang?

I am using the clang compiler shipped with NDK version 12.2.0.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/fplutil/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AFw1RM7Zy6EjTi0SOmRNYXq2K25aWhdCks5ro5odgaJpZM4MoCjx .