[clang] ed81a81 - [NFC][Clang] Don't check hardcode op num (#135375)
via cfe-commits
cfe-commits at lists.llvm.org
Mon May 12 06:10:21 PDT 2025
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
More information about the cfe-commits
mailing list