[PATCH] D134544: [clang-cl] Implement /ZH: flag
    Paul Robinson via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Sep 23 13:50:51 PDT 2022
    
    
  
probinson added inline comments.
================
Comment at: clang/test/CodeGen/debug-info-file-checksum.c:3
+// RUN:     %S/Inputs/debug-info-file-checksum.c -o - | FileCheck %s
+// RUN: %clang -emit-llvm -S -g -gcodeview -gsrc-hash-algorithm=md5 -x c \
+// RUN:     %S/Inputs/debug-info-file-checksum.c -o - | FileCheck %s
----------------
I thought `-gsrc...` was not a driver option, but here it is being passed to the driver?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134544/new/
https://reviews.llvm.org/D134544
    
    
More information about the cfe-commits
mailing list