[clang] 242ccd2 - [clang] update the number in no-external-type-id.cppm (#113738)

via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 25 15:52:34 PDT 2024


Author: Gang Chen
Date: 2024-10-25T15:52:31-07:00
New Revision: 242ccd2eb1069c817d44545010dfe185a4c3d0b1

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

LOG: [clang] update the number in no-external-type-id.cppm (#113738)

This should fix https://linaro.atlassian.net/browse/LLVM-1411

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 6385f3a8aa00b2..d067e574e72e37 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=4112
+// CHECK: <DECL_FUNCTION {{.*}} op8=4120
 // CHECK: <TYPE_FUNCTION_PROTO
 
 //--- a.v1.cppm


        


More information about the cfe-commits mailing list