[PATCH] D70696: [DebugInfo] Support to emit debugInfo for extern variables

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 22 12:41:06 PST 2019


rnk added a comment.

Three of these tests have been failing for me locally since this patch landed:

  Failing Tests (3):
      Clang :: CodeGen/debug-info-extern-basic.c
      Clang :: CodeGen/debug-info-extern-duplicate.c
      Clang :: CodeGen/debug-info-extern-multi.c 

I suspect bots do not see these failures because the BPF target is experimental. I would recommend that you:

- do not use %clang in CodeGen tests, use %clang_cc1
- find a way to make the test run without the BPF target

I'll take a look at fixing forward.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70696





More information about the llvm-commits mailing list