Skip to content

Commit 6e54860

Browse files
committed
CTMark: Copy lit.local.cfg
Running the benchmarks (as opposed to just compiling them) didn't work without a lit.local.cfg file switching the mode to "traditional_output". llvm-svn: 343651
1 parent 5f93ba2 commit 6e54860

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CTMark/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ add_subdirectory(ClamAV)
88
add_subdirectory(sqlite3)
99
add_subdirectory(consumer-typeset)
1010
add_subdirectory(mafft)
11+
12+
file(COPY lit.local.cfg DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")

CTMark/lit.local.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config.traditional_output = True

0 commit comments

Comments
 (0)