[clang] 34cab2e - [Driver][test] Remove useless LoongArch test checks in mcmodel.c

Weining Lu via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 11 01:11:03 PDT 2024


Author: Weining Lu
Date: 2024-09-11T16:10:38+08:00
New Revision: 34cab2ed82a63ecf3d0ebf790def6d21bd4b87af

URL: https://github.com/llvm/llvm-project/commit/34cab2ed82a63ecf3d0ebf790def6d21bd4b87af
DIFF: https://github.com/llvm/llvm-project/commit/34cab2ed82a63ecf3d0ebf790def6d21bd4b87af.diff

LOG: [Driver][test] Remove useless LoongArch test checks in mcmodel.c

Added: 
    

Modified: 
    clang/test/Driver/mcmodel.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/mcmodel.c b/clang/test/Driver/mcmodel.c
index 9681c32579d71e..c6c8b5433d23be 100644
--- a/clang/test/Driver/mcmodel.c
+++ b/clang/test/Driver/mcmodel.c
@@ -43,5 +43,4 @@
 // AARCH64-PIC-LARGE: error: invalid argument '-mcmodel=large' only allowed with '-fno-pic'
 // ERR-AARCH64_32: error: unsupported argument 'small' to option '-mcmodel=' for target 'aarch64_32-unknown-linux'
 
-// ERR-LOONGARCH64-PLT-LARGE: error: invalid argument '-mcmodel=large' not allowed with '-fplt'
 // ERR-LOONGARCH64-PLT-EXTREME: error: invalid argument '-mcmodel=extreme' not allowed with '-fplt'


        


More information about the cfe-commits mailing list