[PATCH] D104475: [Clang][Codegen] emit noprofile IR Fn Attr for new Fn Attr no_profile
    Fangrui Song via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Jun 18 12:10:18 PDT 2021
    
    
  
MaskRay added inline comments.
================
Comment at: clang/test/CodeGen/fprofile.c:1
+// RUN: %clang_cc1 -fprofile-instrument=llvm -disable-llvm-passes \
+// RUN:   -emit-llvm -o - %s | FileCheck %s
----------------
no_profile may be a better test name.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104475/new/
https://reviews.llvm.org/D104475
    
    
More information about the cfe-commits
mailing list