morehouse added inline comments.
Comment at: clang/include/clang/Driver/Options.td:4172
+// on x86_64 and is subject to change in the future. For example, we may want
+// to distinguish between LAM48 and LAM57 at some point.
+def mlam : Flag<["-"], "mlam">, Group;
--
morehouse updated this revision to Diff 345284.
morehouse added a comment.
- Remove diffbase.
- Use -fexperimental-sanitize-hwaddress-aliasing instead of -mlam.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102288/new/
https://reviews.llvm.org/D102
eugenis added inline comments.
Comment at: clang/include/clang/Driver/Options.td:4172
+// on x86_64 and is subject to change in the future. For example, we may want
+// to distinguish between LAM48 and LAM57 at some point.
+def mlam : Flag<["-"], "mlam">, Group;
morehouse updated this revision to Diff 345210.
morehouse marked 4 inline comments as done.
morehouse added a comment.
Herald added a subscriber: dang.
- Use -mlam option instead of -fsanitize=lam.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D10228
eugenis added inline comments.
Comment at: clang/include/clang/Basic/Sanitizers.def:55-59
+// Utilize Intel LAM in sanitizers. Currently only used in combination with
+// -fsanitize=hwaddress. This is an experimental flag which may be removed in
+// the future.
+// TODO: Use -m
vitalybuka added inline comments.
Comment at: clang/include/clang/Basic/Sanitizers.def:55-59
+// Utilize Intel LAM in sanitizers. Currently only used in combination with
+// -fsanitize=hwaddress. This is an experimental flag which may be removed in
+// the future.
+// TODO: Use
morehouse added inline comments.
Comment at: clang/include/clang/Basic/Sanitizers.def:55-59
+// Utilize Intel LAM in sanitizers. Currently only used in combination with
+// -fsanitize=hwaddress. This is an experimental flag which may be removed in
+// the future.
+// TODO: Use
xiangzhangllvm added inline comments.
Comment at: compiler-rt/test/hwasan/TestCases/Linux/vfork.c:7
-// Aliasing mode does not support stack tagging.
-// XFAIL: x86_64
What does here XFAIL mean, do not test in x86_64 ?
Repository:
rG LLVM Github Monorepo
C
vitalybuka added inline comments.
Comment at: clang/include/clang/Basic/Sanitizers.def:55-59
+// Utilize Intel LAM in sanitizers. Currently only used in combination with
+// -fsanitize=hwaddress. This is an experimental flag which may be removed in
+// the future.
+// TODO: Use
morehouse created this revision.
morehouse added reviewers: vitalybuka, eugenis.
Herald added subscribers: dexonsmith, mgorny.
morehouse requested review of this revision.
Herald added projects: clang, Sanitizers.
Herald added subscribers: Sanitizers, cfe-commits.
-fsanitize=lam is intended to be
10 matches
Mail list logo