File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -90,17 +90,6 @@ static void addAddressSanitizerPasses(const PassManagerBuilder &Builder,
90
90
PM.add (createAddressSanitizerModulePass ());
91
91
}
92
92
93
- // FIXME: Copied from clang/lib/CodeGen/CGObjCMac.cpp.
94
- // These should be moved to a single definition shared by clang and swift.
95
- enum ImageInfoFlags {
96
- eImageInfo_FixAndContinue = (1 << 0 ),
97
- eImageInfo_GarbageCollected = (1 << 1 ),
98
- eImageInfo_GCOnly = (1 << 2 ),
99
- eImageInfo_OptimizedByDyld = (1 << 3 ),
100
- eImageInfo_CorrectedSynthesize = (1 << 4 ),
101
- eImageInfo_ImageIsSimulated = (1 << 5 )
102
- };
103
-
104
93
std::tuple<llvm::TargetOptions, std::string, std::vector<std::string>>
105
94
swift::getIRTargetOptions (IRGenOptions &Opts, ASTContext &Ctx) {
106
95
// Things that maybe we should collect from the command line:
You can’t perform that action at this time.
0 commit comments