Skip to content

Commit

Permalink
replace absolute path with relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqi96 committed Jul 4, 2024
1 parent 3c1f0ad commit 76662d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/src/clp/clo/clo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ bool extract_ir(CommandLineArguments const& command_line_args) {
results.emplace_back(std::move(bsoncxx::builder::basic::make_document(
bsoncxx::builder::basic::kvp(
clp::clo::cResultsCacheKeys::IrOutput::Path,
dest_ir_path.string()
dest_ir_file_name
),
bsoncxx::builder::basic::kvp(
clp::clo::cResultsCacheKeys::OrigFileId,
Expand Down

0 comments on commit 76662d8

Please sign in to comment.