Skip to content

Commit b83282b

Browse files
committed
[stdlib] Temporarily disable round trip validation for debug types
1 parent 3507a0c commit b83282b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@ list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern")
316316
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable")
317317
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BorrowingSwitch")
318318

319+
# FIXME(NCG): This should not be necessary
320+
list(APPEND swift_stdlib_compile_flags "-Xfrontend" "-disable-round-trip-debug-types")
321+
319322
if("${SWIFT_NATIVE_SWIFT_TOOLS_PATH}" STREQUAL "")
320323
set(swift_bin_dir "${CMAKE_BINARY_DIR}/bin")
321324
set(swift_lib_dir "${CMAKE_BINARY_DIR}/lib")

0 commit comments

Comments
 (0)