From 831fe8dc4c70201c958399a86211c6653914ba67 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Tue, 3 Mar 2020 09:43:36 -0800 Subject: [PATCH] Restore `REQUIRES: default_triple` to a test This was accidentally removed as part of 7683a084de6 "Remove lit feature object-emission" 7683a084de6 Remove lit feature object-emission --- llvm/test/DebugInfo/debuglineinfo-path.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/DebugInfo/debuglineinfo-path.ll b/llvm/test/DebugInfo/debuglineinfo-path.ll index 2c6b371e12fb9..4c5f43aa03fc6 100644 --- a/llvm/test/DebugInfo/debuglineinfo-path.ll +++ b/llvm/test/DebugInfo/debuglineinfo-path.ll @@ -3,6 +3,7 @@ ; On powerpc llvm-nm describes win_func as a global variable, not a function. It breaks the test. ; It is not essential to DWARF path handling code we're testing here. ; UNSUPPORTED: powerpc +; REQUIRES: default_triple ; RUN: %llc_dwarf -O0 -filetype=obj -o %t < %s ; RUN: llvm-nm --radix=o %t | grep posix_absolute_func > %t.posix_absolute_func ; RUN: llvm-nm --radix=o %t | grep posix_relative_func > %t.posix_relative_func