Skip to content

Commit 0f10a25

Browse files
committed
Fix linker error with static library configuration
1 parent 76ee846 commit 0f10a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/libcxx/test/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def execute(self, test, litConfig):
345345
),
346346
)
347347
steps = [
348-
"%dbg(COMPILED WITH) %{cxx} %s %{flags} %{compile_flags} %{link_flags} %{benchmark_flags} -o %t.exe",
348+
"%dbg(COMPILED WITH) %{cxx} %s %{flags} %{compile_flags} %{benchmark_flags} %{link_flags} -o %t.exe",
349349
]
350350
if "enable-benchmarks=run" in test.config.available_features:
351351
steps += ["%dbg(EXECUTED AS) %{exec} %t.exe"]

0 commit comments

Comments
 (0)