mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Add support for Axle library." It breaks the build.
This reverts commit r9292. Swift SVN r9296
This commit is contained in:
@@ -28,10 +28,7 @@ void CompilerInvocation::setMainExecutablePath(StringRef Path) {
|
||||
llvm::SmallString<128> LibPath(Path);
|
||||
llvm::sys::path::remove_filename(LibPath); // Remove /swift
|
||||
llvm::sys::path::remove_filename(LibPath); // Remove /bin
|
||||
if (getLangOptions().Axle)
|
||||
llvm::sys::path::append(LibPath, "lib", "axle");
|
||||
else
|
||||
llvm::sys::path::append(LibPath, "lib", "swift");
|
||||
llvm::sys::path::append(LibPath, "lib", "swift");
|
||||
setRuntimeIncludePath(LibPath.str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user