[lld] r221438 - [Mips] Fix ELF flags for the non-PIC object file used in the test
Simon Atanasyan
simon at atanasyan.com
Wed Nov 5 21:52:54 PST 2014
Author: atanasyan
Date: Wed Nov 5 23:52:54 2014
New Revision: 221438
URL: http://llvm.org/viewvc/llvm-project?rev=221438&view=rev
Log:
[Mips] Fix ELF flags for the non-PIC object file used in the test
No functional changes.
Modified:
lld/trunk/test/elf/Mips/exe-fileheader.test
Modified: lld/trunk/test/elf/Mips/exe-fileheader.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/exe-fileheader.test?rev=221438&r1=221437&r2=221438&view=diff
==============================================================================
--- lld/trunk/test/elf/Mips/exe-fileheader.test (original)
+++ lld/trunk/test/elf/Mips/exe-fileheader.test Wed Nov 5 23:52:54 2014
@@ -75,7 +75,7 @@ FileHeader:
Data: ELFDATA2LSB
Type: ET_REL
Machine: EM_MIPS
- Flags: [ EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC,
+ Flags: [ EF_MIPS_NOREORDER, EF_MIPS_CPIC,
EF_MIPS_ABI_O32, EF_MIPS_ARCH_32 ]
Sections:
- Name: .text
More information about the llvm-commits
mailing list