Skip to content

Commit

Permalink
[CMake] Add llvm-mcmarkup to check-llvm.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167208 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Nov 1, 2012
1 parent b75111f commit d0dd065
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ add_lit_testsuite(check-llvm "Running the LLVM regression tests"
llc lli llvm-ar llvm-as
llvm-bcanalyzer llvm-diff
llvm-dis llvm-extract llvm-dwarfdump
llvm-link llvm-mc llvm-nm llvm-objdump llvm-readobj
llvm-link
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump
llvm-readobj
macho-dump opt
profile_rt-shared
FileCheck count not
Expand Down

0 comments on commit d0dd065

Please sign in to comment.