[compiler-rt] [win/asan] Add a test skeleton for function GetInstructionSize. (PR #116948)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 02:29:20 PST 2024


================
@@ -793,6 +793,38 @@ TEST(Interception, EmptyExportTable) {
   EXPECT_EQ(0U, FunPtr);
 }
 
+const struct InstructionSizeData_t {
----------------
zmodem wrote:

I think just `InstructionSizeData` would be more common in llvm style

https://github.com/llvm/llvm-project/pull/116948


More information about the llvm-commits mailing list