We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05eab97 commit 4ef8bcdCopy full SHA for 4ef8bcd
clang/lib/Basic/Targets/OSTargets.h
@@ -785,7 +785,6 @@ class LLVM_LIBRARY_VISIBILITY UEFITargetInfo : public OSTargetInfo<Target> {
785
void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple,
786
MacroBuilder &Builder) const override {
787
Builder.defineMacro("__UEFI__");
788
- Builder.defineMacro("__PECOFF__");
789
}
790
791
public:
0 commit comments