Ka-Ka added inline comments.

================
Comment at: test/CodeGen/debug-info-attributed-stmt.c:1
+// RUN: %clang_cc1 -triple x86_64-unk-unk -disable-llvm-passes 
-debug-info-kind=limited -emit-llvm %s -o - | FileCheck %s
+
----------------
echristo wrote:
> Since we're not optimizing or generating code you should be able to remove 
> the -disable-llvm-passes I believe.
I added the option -disable-llvm-passes as David Blaikie suggested it in his 
original comment:
http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20170904/202982.html
As I have mainly worked in llvm backends I'm not that familiar with the clang 
-cc1 options. I have no opinion about this. I wait for you and David Blaikie to 
decide if I should remove or keep the option -disable-llvm-passes.



https://reviews.llvm.org/D37428



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to