Skip to content

Commit 8047a56

Browse files
authored
Reduce diff further
1 parent 56d3ecd commit 8047a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/unittests/Interpreter/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ add_distinct_clang_unittest(ClangReplInterpreterTests
88

99
CLANG_LIBS
1010
clangInterpreter
11-
)
11+
)
1212
target_link_options(ClangReplInterpreterTests
1313
PUBLIC "SHELL: -s MAIN_MODULE=1"
1414
PUBLIC "SHELL: -s ALLOW_MEMORY_GROWTH=1"
@@ -46,7 +46,7 @@ add_distinct_clang_unittest(ClangReplInterpreterTests
4646
OrcJIT
4747
Support
4848
TargetParser
49-
)
49+
)
5050
endif()
5151

5252
# Exceptions on Windows are not yet supported.

0 commit comments

Comments
 (0)