[PATCH] D37428: Debug info: Fixed faulty debug locations for attributed statements
Eric Christopher via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 5 14:51:54 PDT 2017
echristo 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
+
----------------
Since we're not optimizing or generating code you should be able to remove the -disable-llvm-passes I believe.
https://reviews.llvm.org/D37428
More information about the cfe-commits
mailing list