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