[llvm] r227080 - Revert llvm/test/MC/ELF/noexec.s in r227074, "Fix a problem where the AArch64 ELF assembler was failing with"

NAKAMURA Takumi geek4civic at gmail.com
Mon Jan 26 01:30:29 PST 2015


Author: chapuni
Date: Mon Jan 26 03:30:29 2015
New Revision: 227080

URL: http://llvm.org/viewvc/llvm-project?rev=227080&view=rev
Log:
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.

Modified:
    llvm/trunk/test/MC/ELF/noexec.s

Modified: llvm/trunk/test/MC/ELF/noexec.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/noexec.s?rev=227080&r1=227079&r2=227080&view=diff
==============================================================================
--- llvm/trunk/test/MC/ELF/noexec.s (original)
+++ llvm/trunk/test/MC/ELF/noexec.s Mon Jan 26 03:30:29 2015
@@ -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





More information about the llvm-commits mailing list