[PATCH] D78815: [Pass] Ensure we don't include PassSupport.h/PassAnalysisSupport.h directly
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 25 04:12:41 PDT 2020
RKSimon marked an inline comment as done.
RKSimon added inline comments.
Herald added a subscriber: wuzish.
================
Comment at: llvm/include/llvm/PassAnalysisSupport.h:22
+
#ifndef LLVM_PASSANALYSISSUPPORT_H
#define LLVM_PASSANALYSISSUPPORT_H
----------------
Technically these include guards are now redundant but I've kept them for clarity
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78815/new/
https://reviews.llvm.org/D78815
More information about the llvm-commits
mailing list