[PATCH] D131631: [MSAN] Separate id ptr from constant string for variable names used in track origins.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 20:23:44 PDT 2022


vitalybuka added inline comments.


================
Comment at: llvm/test/Instrumentation/MemorySanitizer/alloca.ll:17
 
-; ORIGIN: [[D:@[0-9]+]] = private global [13 x i8] c"----unique_x\00"
+; ORIGIN: [[D:@[0-9]+]] = private constant [9 x i8] c"unique_x\00"
 
----------------
we need another line for the int32


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131631/new/

https://reviews.llvm.org/D131631



More information about the llvm-commits mailing list