[PATCH] D51713: Support -fno-omit-frame-pointer with -pg.
    Stephen Hines via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Sep  5 19:39:30 PDT 2018
    
    
  
srhines added a comment.
This was discovered in the Android build system (which passes -fomit-frame-pointer by default for ARM configurations. This leads to the inability to specify -pg, since there is no way to override the mere presence of -fomit-frame-pointer.
Repository:
  rC Clang
https://reviews.llvm.org/D51713
    
    
More information about the cfe-commits
mailing list