From 77453e91c911a31bd2e58b32fc562e2a77ba729b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 26 Jan 2015 09:30:29 +0000 Subject: [PATCH] Revert llvm/test/MC/ELF/noexec.s in r227074, "Fix a problem where the AArch64 ELF assembler was failing with" It should be split into target-specific location. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227080 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ELF/noexec.s | 1 - 1 file changed, 1 deletion(-) diff --git a/test/MC/ELF/noexec.s b/test/MC/ELF/noexec.s index 1ff162073c7..28f50cb7f69 100644 --- a/test/MC/ELF/noexec.s +++ b/test/MC/ELF/noexec.s @@ -1,5 +1,4 @@ // RUN: llvm-mc -no-exec-stack -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -s -t | FileCheck %s -// RUN: llvm-mc -no-exec-stack -filetype=obj -triple aarch64-linux-gnu %s -o - | llvm-readobj -s -t | FileCheck %s // CHECK: Section { // CHECK: Index: 4 -- 2.34.1