File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1719,11 +1719,6 @@ add_dependencies(cxx-headers generate-cxx-headers)
1719
1719
target_include_directories (cxx-headers INTERFACE ${LIBCXX_GENERATED_INCLUDE_TARGET_DIR}
1720
1720
${LIBCXX_GENERATED_INCLUDE_DIR} )
1721
1721
1722
- # Make sure to map the generated include directory back to libc++'s actual source directory when generating
1723
- # debug information. Otherwise, the debug information will refer to generated headers which are created during
1724
- # the build and generally not persistent.
1725
- target_add_compile_flags_if_supported (cxx-headers INTERFACE "-fdebug-prefix-map=${LIBCXX_GENERATED_INCLUDE_DIR} =${LIBCXX_SOURCE_DIR} /include" )
1726
-
1727
1722
if (LIBCXX_INSTALL_HEADERS )
1728
1723
foreach (file ${files} )
1729
1724
get_filename_component (dir ${file} DIRECTORY )
You can’t perform that action at this time.
0 commit comments