mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When creating a skeleton Compile Unit, the DIFile passed in, it always uses the include path. This leads to the DW_AT_comp_dir being wrong, if the -file-compilation-dir option is passed, we need to use the remapped compilation dir passed in to the DIFile instead. This patch fixes that problem.
497 B
497 B