mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Stop using the MODULES_SDK variable in -D flags for the C++ compiler
Swift SVN r23097
This commit is contained in:
@@ -35,13 +35,8 @@ static llvm::cl::list<std::string>
|
||||
InputNames(llvm::cl::Positional, llvm::cl::desc("compiled_swift_file1.o ..."),
|
||||
llvm::cl::OneOrMore);
|
||||
|
||||
#ifndef SWIFT_MODULES_SDK
|
||||
#define SWIFT_MODULES_SDK ""
|
||||
#endif
|
||||
|
||||
static llvm::cl::opt<std::string>
|
||||
SDK("sdk", llvm::cl::desc("path to the SDK to build against"),
|
||||
llvm::cl::init(SWIFT_MODULES_SDK));
|
||||
SDK("sdk", llvm::cl::desc("path to the SDK to build against"));
|
||||
|
||||
static llvm::cl::opt<bool>
|
||||
DumpModule("dump-module",
|
||||
|
||||
Reference in New Issue
Block a user