[PATCH] D118624: [MSVC] Workaround missing search path for sanitizer headers.

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 31 10:33:42 PST 2022


aaron.ballman added inline comments.


================
Comment at: llvm/include/llvm/Support/Compiler.h:442-444
+#ifndef __has_include
+#define __has_include(inc) 0
+#endif
----------------
I think this should be hoisted up closer to line 40 after the `__has_builtin` definition.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118624



More information about the llvm-commits mailing list