[PATCH] D136078: Use-after-return sanitizer binary metadata

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 12:56:06 PST 2022


aeubanks added inline comments.


================
Comment at: clang/test/Instrumentation/SanitizerBinaryMetadata/common.h:1-3
+#include <stdint.h>
+#include <stdio.h>
+#include <assert.h>
----------------
tests in `clang/test` cannot assume that standard headers are available, the tests should be hermetic. could you revert and reland with a proper test fix?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136078



More information about the llvm-commits mailing list