mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stubs: avoid reaching up-tree, prefer inclusion options
This removes the explicit tree structure reference in the stubs to locate the shims. Instead, it expects that the `SwiftShims` directory will be added to the header search path.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "../SwiftShims/GlobalObjects.h"
|
||||
#include "../SwiftShims/Random.h"
|
||||
#include "SwiftShims/GlobalObjects.h"
|
||||
#include "SwiftShims/Random.h"
|
||||
#include "swift/Runtime/Metadata.h"
|
||||
#include "swift/Runtime/Debug.h"
|
||||
#include "swift/Runtime/EnvironmentVariables.h"
|
||||
|
||||
Reference in New Issue
Block a user