mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "../SwiftShims/UnicodeData.h"
|
||||
#include "SwiftShims/UnicodeData.h"
|
||||
#include <limits>
|
||||
|
||||
// Every 4 byte chunks of data that we need to hash (in this case only ever
|
||||
|
||||
Reference in New Issue
Block a user