[llvm] r200116 - Remove -print-hack-directives from a test where we already do the right thing.
Rafael Espindola
rafael.espindola at gmail.com
Sat Jan 25 20:14:50 PST 2014
Author: rafael
Date: Sat Jan 25 22:14:50 2014
New Revision: 200116
URL: http://llvm.org/viewvc/llvm-project?rev=200116&view=rev
Log:
Remove -print-hack-directives from a test where we already do the right thing.
Modified:
llvm/trunk/test/CodeGen/Mips/elf_st_other.ll
Modified: llvm/trunk/test/CodeGen/Mips/elf_st_other.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/elf_st_other.ll?rev=200116&r1=200115&r2=200116&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/elf_st_other.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/elf_st_other.ll Sat Jan 25 22:14:50 2014
@@ -1,7 +1,7 @@
; This tests value of ELF st_other field for function symbol table entries.
; For microMIPS value should be equal to STO_MIPS_MICROMIPS.
-; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips -print-hack-directives %s -o - | FileCheck %s
+; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips %s -o - | FileCheck %s
define i32 @main() nounwind {
entry:
More information about the llvm-commits
mailing list