[Lldb-commits] [clang] [lldb] [HLSL] Implement intangible AST type (PR #97362)
Helena Kotas via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 31 12:13:17 PDT 2024
================
@@ -23,7 +23,7 @@ export module b;
import a;
export int b();
-// CHECK: <DECL_FUNCTION {{.*}} op8=4048
----------------
hekota wrote:
@ChuanqiXu9 - FYI, I am updating the test baseline. The `op8` parameter is type ID and it is based on the number of builtin types. When a new type is added the test fails because the expected type ID value does not match anymore. Please consider updating the test baseline to be resistant against this. :)
https://github.com/llvm/llvm-project/pull/97362
More information about the lldb-commits
mailing list