[PATCH] D132725: [llvm][CodeGen] Skip WinCFGuard on non-Windows targets

Alvin Wong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 02:28:42 PDT 2022


alvinhochun abandoned this revision.
alvinhochun added a comment.

I do agree that misusing cc1 flags voids all warranties so I don't want to spend too much effort in adding checks. Looking at `clang/lib/CodeGen/CodeGenModule.cpp` there aren't any existing checks guarding other Windows-specific flags either, so I guess I will just leave it as is.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132725



More information about the llvm-commits mailing list