[PATCH] D118624: [MSVC] Workaround missing search path for sanitizer headers.
pierre gousseau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 1 04:03:37 PST 2022
pgousseau marked an inline comment as done.
pgousseau added inline comments.
================
Comment at: llvm/include/llvm/Support/Compiler.h:442-444
+#ifndef __has_include
+#define __has_include(inc) 0
+#endif
----------------
aaron.ballman wrote:
> I think this should be hoisted up closer to line 40 after the `__has_builtin` definition.
Thank you! Yes makes sense. Patch updated.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118624/new/
https://reviews.llvm.org/D118624
More information about the llvm-commits
mailing list