Skip to content

Commit ed90d0a

Browse files
authored
Update InitPreprocessor.cpp
1 parent eb94a0a commit ed90d0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/Frontend/InitPreprocessor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,6 @@ static void InitializePredefinedMacros(const TargetInfo &TI,
763763
Builder.defineMacro("__clang__"); // Clang Frontend
764764
Builder.defineMacro("__llvmmsvc__"); // LLVM-MSVC Frontend
765765
Builder.defineMacro("_LLVM_MSC_VER"); // LLVM-MSVC Frontend
766-
Builder.defineMacro("__llvmmsvc__private"); // LLVM-MSVC private Frontend
767-
Builder.defineMacro("_LLVM_MSC_PRIVATE_VER"); // LLVM-MSVC private Frontend
768766
#define TOSTR2(X) #X
769767
#define TOSTR(X) TOSTR2(X)
770768
Builder.defineMacro("__clang_major__", TOSTR(CLANG_VERSION_MAJOR));

0 commit comments

Comments
 (0)