[lld] r278399 - Add missing RUN line from r278398. This test works with this line but i forgot to push it

Pete Cooper via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 13:23:15 PDT 2016


Author: pete
Date: Thu Aug 11 15:23:15 2016
New Revision: 278399

URL: http://llvm.org/viewvc/llvm-project?rev=278399&view=rev
Log:
Add missing RUN line from r278398.  This test works with this line but i forgot to push it

Modified:
    lld/trunk/test/mach-o/hello-world-arm64.yaml

Modified: lld/trunk/test/mach-o/hello-world-arm64.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/hello-world-arm64.yaml?rev=278399&r1=278398&r2=278399&view=diff
==============================================================================
--- lld/trunk/test/mach-o/hello-world-arm64.yaml (original)
+++ lld/trunk/test/mach-o/hello-world-arm64.yaml Thu Aug 11 15:23:15 2016
@@ -1,5 +1,6 @@
 # RUN: lld -flavor darwin -arch arm64 %s %p/Inputs/hello-world-arm64.yaml -o %t
 # RUN: llvm-nm -m -n %t | FileCheck %s
+# RUN: llvm-objdump -private-headers %t | FileCheck %s --check-prefix=CHECK-PRIVATE-HEADER
 #
 # Test that arm64 hello-world can be linked into a mach-o executable
 #




More information about the llvm-commits mailing list