Skip to content

Commit

Permalink
Fix linker error with static library configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Nov 11, 2024
1 parent f10bb0b commit 1e15e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/utils/libcxx/test/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def execute(self, test, litConfig):
),
)
steps = [
"%dbg(COMPILED WITH) %{cxx} %s %{flags} %{compile_flags} %{link_flags} %{benchmark_flags} -o %t.exe",
"%dbg(COMPILED WITH) %{cxx} %s %{flags} %{compile_flags} %{benchmark_flags} %{link_flags} -o %t.exe",
]
if "enable-benchmarks=run" in test.config.available_features:
steps += ["%dbg(EXECUTED AS) %{exec} %t.exe"]
Expand Down

0 comments on commit 1e15e50

Please sign in to comment.