Skip to content

Commit 4ef8bcd

Browse files
authored
Update OSTargets.h
Remove PE_COFF
1 parent 05eab97 commit 4ef8bcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Basic/Targets/OSTargets.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,6 @@ class LLVM_LIBRARY_VISIBILITY UEFITargetInfo : public OSTargetInfo<Target> {
785785
void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple,
786786
MacroBuilder &Builder) const override {
787787
Builder.defineMacro("__UEFI__");
788-
Builder.defineMacro("__PECOFF__");
789788
}
790789

791790
public:

0 commit comments

Comments
 (0)