[PATCH] D68790: [AddressSanitizer] Only instrument globals of default address space

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 13:24:55 PDT 2019


vitalybuka added a reviewer: eugenis.
vitalybuka added a comment.

the rest is LGTM



================
Comment at: test/Instrumentation/AddressSanitizer/global_addrspace.ll:39
+!4 = !{!"foo.c", i32 1, i32 17}
+!6 = !{i32 2, !"Dwarf Version", i32 4}
+!7 = !{i32 2, !"Debug Info Version", i32 3}
----------------
can you please remove unnecessary stuff, e.g. debug info


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68790





More information about the llvm-commits mailing list