Skip to content

Commit

Permalink
[RISCV] Add basic RISCVAsmParser (missing files)
Browse files Browse the repository at this point in the history
This commit adds the files missing from rL310361. Apologies for the noise.

Differential Revision: https://reviews.llvm.org/D23563

llvm-svn: 310363
  • Loading branch information
asb committed Aug 8, 2017
1 parent 2c92693 commit 04f06d9
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/lib/Target/RISCV/AsmParser/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
add_llvm_library(LLVMRISCVAsmParser
RISCVAsmParser.cpp
)
23 changes: 23 additions & 0 deletions llvm/lib/Target/RISCV/AsmParser/LLVMBuild.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
;===- ./lib/Target/RISCV/AsmParser/LLVMBuild.txt ---------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
; This file is distributed under the University of Illinois Open Source
; License. See LICENSE.TXT for details.
;
;===------------------------------------------------------------------------===;
;
; This is an LLVMBuild description file for the components in this subdirectory.
;
; For more information on the LLVMBuild system, please see:
;
; http://llvm.org/docs/LLVMBuild.html
;
;===------------------------------------------------------------------------===;

[component_0]
type = Library
name = RISCVAsmParser
parent = RISCV
required_libraries = MC MCParser RISCVDesc RISCVInfo Support
add_to_library_groups = RISCV
Loading

0 comments on commit 04f06d9

Please sign in to comment.