Skip to content

Commit 7d7d7ae

Browse files
committed
[stdlib] Delete leftover workaround
1 parent 171499f commit 7d7d7ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,6 @@ 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-
322319
if("${SWIFT_NATIVE_SWIFT_TOOLS_PATH}" STREQUAL "")
323320
set(swift_bin_dir "${CMAKE_BINARY_DIR}/bin")
324321
set(swift_lib_dir "${CMAKE_BINARY_DIR}/lib")

0 commit comments

Comments
 (0)