[PATCH] D114065: [Bazel] Set the right default for LLVM_WINDOWS_PREFER_FORWARD_SLASH on Windows

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 17:33:59 PST 2021


GMNGeoffrey updated this revision to Diff 391506.
GMNGeoffrey added a comment.

Explicitly set to 0. I missed this was a cmakedefine01, not a cmakedefine


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114065

Files:
  utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h


Index: utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h
===================================================================
--- utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h
+++ utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h
@@ -37,7 +37,7 @@
 
 /* Define to 1 to prefer forward slashes on Windows, and to 0 prefer
    backslashes. */
-/* #undef LLVM_WINDOWS_PREFER_FORWARD_SLASH */
+#define LLVM_WINDOWS_PREFER_FORWARD_SLASH 0
 
 /* Define to 1 if you have the `backtrace' function. */
 /* HAVE_BACKTRACE defined in Bazel */


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114065.391506.patch
Type: text/x-patch
Size: 585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211203/e1335df0/attachment.bin>


More information about the llvm-commits mailing list