From 1e885c529da5a0926d97048b1efbfa69b78bc185 Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Thu, 11 Aug 2016 20:23:15 +0000 Subject: [PATCH] Add missing RUN line from r278398. This test works with this line but i forgot to push it llvm-svn: 278399 --- lld/test/mach-o/hello-world-arm64.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/lld/test/mach-o/hello-world-arm64.yaml b/lld/test/mach-o/hello-world-arm64.yaml index 9d60027..a85e3a6 100644 --- a/lld/test/mach-o/hello-world-arm64.yaml +++ b/lld/test/mach-o/hello-world-arm64.yaml @@ -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 # -- 2.7.4