[PATCH] D45255: [CodeGen] Add an option to suppress output of llvm.ident

Jonas Devlieghere via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 19 08:00:40 PDT 2018


JDevlieghere added inline comments.


================
Comment at: test/CodeGen/no-ident-version.c:1
+// RUN: %clang_cc1 -Qn -emit-llvm -debug-info-kind=limited -o - %s | FileCheck %s
+
----------------
Please test both -Qy and -Qn as well as the default case. 


https://reviews.llvm.org/D45255





More information about the cfe-commits mailing list