[llvm] 831fe8d - Restore `REQUIRES: default_triple` to a test
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 09:45:42 PST 2020
Author: Justin Bogner
Date: 2020-03-03T09:43:36-08:00
New Revision: 831fe8dc4c70201c958399a86211c6653914ba67
URL: https://github.com/llvm/llvm-project/commit/831fe8dc4c70201c958399a86211c6653914ba67
DIFF: https://github.com/llvm/llvm-project/commit/831fe8dc4c70201c958399a86211c6653914ba67.diff
LOG: 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
Added:
Modified:
llvm/test/DebugInfo/debuglineinfo-path.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/debuglineinfo-path.ll b/llvm/test/DebugInfo/debuglineinfo-path.ll
index 2c6b371e12fb..4c5f43aa03fc 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
More information about the llvm-commits
mailing list