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:
Saleem Abdulrasool
2021-12-27 20:33:37 -08:00
parent a2e7347af7
commit ca39bb5b10
19 changed files with 22 additions and 22 deletions

View File

@@ -22,7 +22,7 @@
#include "swift/Runtime/Debug.h"
#endif
#include "../SwiftShims/UnicodeData.h"
#include "SwiftShims/UnicodeData.h"
#include <limits>
SWIFT_RUNTIME_STDLIB_INTERNAL