[llvm] 35e4998 - [dsymutil] Fix spurious space in REQUIRES: line
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 20:14:18 PST 2021
Author: Jonas Devlieghere
Date: 2021-01-12T20:13:44-08:00
New Revision: 35e4998f0c9a2f50567f5d2953db266c32fb1a25
URL: https://github.com/llvm/llvm-project/commit/35e4998f0c9a2f50567f5d2953db266c32fb1a25
DIFF: https://github.com/llvm/llvm-project/commit/35e4998f0c9a2f50567f5d2953db266c32fb1a25.diff
LOG: [dsymutil] Fix spurious space in REQUIRES: line
This test is incorrectly running on non-darwin hosts.
Added:
Modified:
llvm/test/tools/dsymutil/X86/eh_frame.test
Removed:
################################################################################
diff --git a/llvm/test/tools/dsymutil/X86/eh_frame.test b/llvm/test/tools/dsymutil/X86/eh_frame.test
index 365fc678f31b..1a349dc983b2 100644
--- a/llvm/test/tools/dsymutil/X86/eh_frame.test
+++ b/llvm/test/tools/dsymutil/X86/eh_frame.test
@@ -1,5 +1,6 @@
+REQUIRES: system-darwin
+
FIXME: Replace otool with llvm-objcopy --dump-section=__TEXT,__eh_frame.
-REQUIRES : system-darwin
$ cat eh_frame.cpp
int f1()
More information about the llvm-commits
mailing list