[clang][DebugInfo] Add virtuality call-site target information in DWARF. (#182311)

Add missing
  'REQUIRES: x86-registered-target'

to fix buildbot failure:
  https://lab.llvm.org/buildbot/#/builders/190/builds/36803
This commit is contained in:
Carlos Alberto Enciso 2026-02-19 16:31:59 +00:00 committed by GitHub
parent 2db55dc1a6
commit 9fa6eaaf83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
// RUN: %clang --target=x86_64-unknown-linux -c -g -O1 %s -o - | \
// REQUIRES: x86-registered-target
// RUN: %clang --target=x86_64-linux -c -g -O1 %s -o - | \
// RUN: llvm-dwarfdump --debug-info - | FileCheck %s --check-prefix=CHECK
// Simple base and derived class with virtual: