[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 13:14:17 PST 2024


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

Done

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


More information about the llvm-commits mailing list