[clang] [llvm] [NFC][win] Use an enum for the cfguard module flag (PR #176461)

Aiden Grossman via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 16 11:33:33 PST 2026


================
@@ -665,7 +665,7 @@ bool AsmPrinter::doInitialization(Module &M) {
     Handlers.push_back(std::unique_ptr<EHStreamer>(ES));
 
   // Emit tables for any value of cfguard flag (i.e. cfguard=1 or cfguard=2).
----------------
boomanaiden154 wrote:

Same here?

https://github.com/llvm/llvm-project/pull/176461


More information about the cfe-commits mailing list