diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-10-31 23:24:13 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-10-31 23:24:13 +0000 |
commit | 7dd4dc88921421cd2a1e6c1711689d5993106767 (patch) | |
tree | 0e52ec02d0fb18ca328f4b28ff7e8bd832865dc6 /tools/LLVMBuild.txt | |
parent | a5526a9bffbd62a14d576f583c206a8a781cc2f1 (diff) |
MC: Simple example parser for MC assembly markup.
Nothing fancy, just a simple demonstration parser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/LLVMBuild.txt')
-rw-r--r-- | tools/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/LLVMBuild.txt b/tools/LLVMBuild.txt index df4aa9ff4e..64164792a7 100644 --- a/tools/LLVMBuild.txt +++ b/tools/LLVMBuild.txt @@ -16,7 +16,7 @@ ;===------------------------------------------------------------------------===; [common] -subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-dwarfdump llvm-extract llvm-link llvm-mc llvm-nm llvm-objdump llvm-prof llvm-ranlib llvm-rtdyld llvm-size macho-dump opt +subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-dwarfdump llvm-extract llvm-link llvm-mc llvm-nm llvm-objdump llvm-prof llvm-ranlib llvm-rtdyld llvm-size macho-dump opt llvm-mcmarkup [component_0] type = Group |