[PATCH] D30760: Record command lines in objects built by clang, Clang part

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 24 09:25:50 PDT 2017


aprantl added inline comments.


================
Comment at: test/CodeGen/debug-info-grecord-gcc-switches.c:1
+// RUN: %clang -g -grecord-gcc-switches -S -emit-llvm -o - %s | FileCheck %s
+int main (void) {
----------------
Shouldn't this test be in the Driver/ directory? There is already a big file that exercises all -g options, I would just append it there.


https://reviews.llvm.org/D30760





More information about the cfe-commits mailing list