From bf4bd4f4fab9745072cce16390525c687f79cb19 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Mon, 21 May 2018 22:14:02 +0000 Subject: [PATCH] Add missing x86-registered-target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332911 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Misc/cc1as-split-dwarf.s | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Misc/cc1as-split-dwarf.s b/test/Misc/cc1as-split-dwarf.s index 5ac221b910..0d507b1927 100644 --- a/test/Misc/cc1as-split-dwarf.s +++ b/test/Misc/cc1as-split-dwarf.s @@ -1,3 +1,4 @@ +// REQUIRES: x86-registered-target // RUN: %clang -cc1as -triple x86_64-pc-linux-gnu %s -filetype obj -o %t1 -split-dwarf-file %t2 // RUN: llvm-objdump -s %t1 | FileCheck --check-prefix=O %s // RUN: llvm-objdump -s %t2 | FileCheck --check-prefix=DWO %s -- 2.50.1