Author: Jinsong Ji
Date: 2025-05-12T09:10:16-04:00
New Revision: ed81a8144a6c7ad35b2f5e0f73214dd4b51b2d60

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

LOG: [NFC][Clang] Don't check hardcode op num (#135375)

The num will change for any downstream customization.

Added: 
    

Modified: 
    clang/test/Modules/no-external-type-id.cppm

Removed: 
    


################################################################################
diff  --git a/clang/test/Modules/no-external-type-id.cppm 
b/clang/test/Modules/no-external-type-id.cppm
index d067e574e72e3..2c05769e4f082 100644
--- a/clang/test/Modules/no-external-type-id.cppm
+++ b/clang/test/Modules/no-external-type-id.cppm
@@ -23,7 +23,7 @@ export module b;
 import a;
 export int b();
 
-// CHECK: <DECL_FUNCTION {{.*}} op8=4120
+// CHECK: <DECL_FUNCTION {{.*}} op8=[[#]]
 // CHECK: <TYPE_FUNCTION_PROTO
 
 //--- a.v1.cppm


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to