We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17f1cf9 + 5bf4da8 commit 3074d0aCopy full SHA for 3074d0a
cmake/modules/AddSwift.cmake
@@ -779,6 +779,7 @@ function(add_libswift name)
779
"-parse-as-library" ${sources}
780
"-wmo" ${libswift_compile_options}
781
"-I" "${SWIFT_SOURCE_DIR}/include/swift"
782
+ "-I" "${SWIFT_SOURCE_DIR}/include"
783
"-I" "${build_dir}"
784
COMMENT "Building libswift module ${module}")
785
include/swift/SILOptimizer/OptimizerBridging.h
@@ -13,7 +13,7 @@
13
#ifndef SWIFT_SILOPTIMIZER_OPTIMIZERBRIDGING_H
14
#define SWIFT_SILOPTIMIZER_OPTIMIZERBRIDGING_H
15
16
-#include "../SIL/SILBridging.h"
+#include "swift/SIL/SILBridging.h"
17
18
SWIFT_BEGIN_NULLABILITY_ANNOTATIONS
19
0 commit comments