summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/AsmParser/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Sparc/AsmParser/CMakeLists.txt')
-rw-r--r--lib/Target/Sparc/AsmParser/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Sparc/AsmParser/CMakeLists.txt b/lib/Target/Sparc/AsmParser/CMakeLists.txt
new file mode 100644
index 0000000000..7579bfed75
--- /dev/null
+++ b/lib/Target/Sparc/AsmParser/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_llvm_library(LLVMSparcAsmParser
+ SparcAsmParser.cpp
+ )