[PATCH] D71818: reland "[DebugInfo] Support to emit debugInfo for extern variables"

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 22 14:53:55 PST 2019


rnk 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
----------------
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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71818/new/

https://reviews.llvm.org/D71818





More information about the llvm-commits mailing list