[lld] 03a77d0 - [LLD][ELF] Fix typo in relocation-model-pic.ll
    Yvan Roux via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec  9 06:39:03 PST 2020
    
        - Previous message: [llvm] 24184db - [X86] Fold CONCAT(VPERMV3(X,Y,M0),VPERMV3(Z,W,M1)) -> VPERMV3(CONCAT(X,Z),CONCAT(Y,W),CONCAT(M0,M1))
- Next message: [llvm] 398f29f - [VE] Add vfmk intrinsic instructions
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Author: Yvan Roux
Date: 2020-12-09T15:38:50+01:00
New Revision: 03a77d04b412df5cc2a43b9708466a4928df60b1
URL: https://github.com/llvm/llvm-project/commit/03a77d04b412df5cc2a43b9708466a4928df60b1
DIFF: https://github.com/llvm/llvm-project/commit/03a77d04b412df5cc2a43b9708466a4928df60b1.diff
LOG: [LLD][ELF] Fix typo in relocation-model-pic.ll
Should fix non-x86 bot failures.
Added: 
    
Modified: 
    lld/test/ELF/lto/relocation-model-pic.ll
Removed: 
    
################################################################################
diff  --git a/lld/test/ELF/lto/relocation-model-pic.ll b/lld/test/ELF/lto/relocation-model-pic.ll
index f0eae4685392..d3242fdb8d66 100644
--- a/lld/test/ELF/lto/relocation-model-pic.ll
+++ b/lld/test/ELF/lto/relocation-model-pic.ll
@@ -1,4 +1,4 @@
-; REQUIRE: x86
+; REQUIRES: x86
 ; RUN: llvm-as %s -o %t.o
 
 ; RUN: ld.lld %t.o -o %t -save-temps -shared
        
    
    
        
	- Previous message: [llvm] 24184db - [X86] Fold CONCAT(VPERMV3(X,Y,M0),VPERMV3(Z,W,M1)) -> VPERMV3(CONCAT(X,Z),CONCAT(Y,W),CONCAT(M0,M1))
- Next message: [llvm] 398f29f - [VE] Add vfmk intrinsic instructions
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the llvm-commits
mailing list