[PATCH] D71818: reland "[DebugInfo] Support to emit debugInfo for extern variables"
Yonghong Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 22 14:58:09 PST 2019
yonghong-song marked an inline comment as done.
yonghong-song added inline comments.
================
Comment at: clang/test/CodeGen/debug-info-extern-basic.c:1
+// REQUIRES: bpf-registered-target
+// RUN: %clang_cc1 -x c -debug-info-kind=limited -triple bpf-linux-gnu -emit-llvm %s -o - | FileCheck %s
----------------
rnk wrote:
> Clang does not require a registered target to emit LLVM IR for a target. Please remove this, so that these tests actually run and cover the code under test in most configurations.
Let me try.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71818/new/
https://reviews.llvm.org/D71818
More information about the cfe-commits
mailing list